Interface MethodDescription.InDefinedShape.AbstractBase.Executable

Enclosing class:
MethodDescription.InDefinedShape.AbstractBase

@Proxied("java.lang.reflect.Executable") protected static interface MethodDescription.InDefinedShape.AbstractBase.Executable
A proxy type for invoking methods of java.lang.reflect.Executable.
  • Method Details

    • getAnnotatedReceiverType

      @MaybeNull @Defaults AnnotatedElement getAnnotatedReceiverType(Object value)
      Returns the annotated receiver type.
      Parameters:
      value - The java.lang.reflect.Executable to resolve.
      Returns:
      An instance of java.lang.reflect.AnnotatedType that represents the receiver of the supplied executable.