Klasse MethodMediator
java.lang.Object
ch.nolix.core.errorcontrol.validator.ArgumentMediator<Method>
ch.nolix.core.errorcontrol.validator.MethodMediator
- Bekannte direkte Unterklassen:
ExtendedMethodMediator
-
Feldübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal MethodMediator
final MethodMediator
protected final String
final <A extends Annotation>
MethodMediatorhasAnnotation
(Class<A> annotationType) final MethodMediator
hasParametersOfTypeOnly
(Class<String> type) final MethodMediator
hasReturnType
(Class<?> returnType) Von Klasse geerbte Methoden ch.nolix.core.errorcontrol.validator.ArgumentMediator
fulfills, getStoredArgument, hasSameStringRepresentationAs, hasStringRepresentation, is, isEqualTo, isNot, isNotEqualTo, isNotNull, isNull, isOfType
-
Felddetails
-
DEFAULT_ARGUMENT_NAME
- Siehe auch:
-
-
Methodendetails
-
doesNotHaveAnnotations
-
doesNotReturnAnything
-
hasAnnotation
-
hasParametersOfTypeOnly
-
hasReturnType
-
getArgumentName
- Gibt zurück:
- the argument name of the current
Mediator
.
-