Klasse MethodParameter

java.lang.Object
net.jqwik.engine.support.MethodParameter

public class MethodParameter extends Object
  • Konstruktordetails

  • Methodendetails

    • getRawParameter

      public Parameter getRawParameter()
    • isParameterized

      public boolean isParameterized()
    • isAnnotated

      public boolean isAnnotated(Class<? extends Annotation> annotationType)
    • getAnnotation

      public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
    • findAnnotation

      public <T extends Annotation> Optional<T> findAnnotation(Class<T> annotationClass)
    • getType

      public Type getType()
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • findAllAnnotations

      public List<Annotation> findAllAnnotations()
    • getAnnotatedType

      public AnnotatedType getAnnotatedType()
    • getIndex

      public int getIndex()