Klasse MethodMediator

java.lang.Object
ch.nolix.core.errorcontrol.validator.ArgumentMediator<Method>
ch.nolix.core.errorcontrol.validator.MethodMediator
Bekannte direkte Unterklassen:
ExtendedMethodMediator

public class MethodMediator extends ArgumentMediator<Method>
  • Felddetails

  • Methodendetails

    • doesNotHaveAnnotations

      public final MethodMediator doesNotHaveAnnotations()
    • doesNotReturnAnything

      public final MethodMediator doesNotReturnAnything()
    • hasAnnotation

      public final <A extends Annotation> MethodMediator hasAnnotation(Class<A> annotationType)
    • hasParametersOfTypeOnly

      public final MethodMediator hasParametersOfTypeOnly(Class<String> type)
    • hasReturnType

      public final MethodMediator hasReturnType(Class<?> returnType)
    • getArgumentName

      protected final String getArgumentName()
      Gibt zurück:
      the argument name of the current Mediator.