cucumber.runtime
Class ParameterType

java.lang.Object
  extended by cucumber.runtime.ParameterType

public class ParameterType
extends Object

This class composes all interesting parameter information into one object.


Constructor Summary
ParameterType(Type type, String dateFormat)
           
 
Method Summary
static List<ParameterType> fromMethod(Method method)
           
 Type[] getActualTypeArguments()
           
 String getDateFormat()
           
 Class<?> getParameterClass()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterType

public ParameterType(Type type,
                     String dateFormat)
Method Detail

getParameterClass

public Class<?> getParameterClass()

getActualTypeArguments

public Type[] getActualTypeArguments()

getDateFormat

public String getDateFormat()

toString

public String toString()
Overrides:
toString in class Object

fromMethod

public static List<ParameterType> fromMethod(Method method)


Copyright © 2012. All Rights Reserved.