public class

ParameterSignature

extends Object
java.lang.Object
   ↳ org.junit.experimental.theories.ParameterSignature

Summary

Public Methods
boolean canAcceptArrayType(Class<?> type)
boolean canAcceptType(Class<?> candidate)
<T extends Annotation> T findDeepAnnotation(Class<T> annotationType)
<T extends Annotation> T getAnnotation(Class<T> annotationType)
List<Annotation> getAnnotations()
Class<?> getType()
boolean hasAnnotation(Class<? extends Annotation> type)
static List<ParameterSignature> signatures(Constructor<?> constructor)
static ArrayList<ParameterSignature> signatures(Method method)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean canAcceptArrayType (Class<?> type)

public boolean canAcceptType (Class<?> candidate)

public T findDeepAnnotation (Class<T> annotationType)

public T getAnnotation (Class<T> annotationType)

public List<Annotation> getAnnotations ()

public Class<?> getType ()

public boolean hasAnnotation (Class<? extends Annotation> type)

public static List<ParameterSignature> signatures (Constructor<?> constructor)

public static ArrayList<ParameterSignature> signatures (Method method)