Klasse ExtendedArgumentMediator<A>
java.lang.Object
ch.nolix.core.errorcontrol.validator.ArgumentMediator<A>
ch.nolix.core.errorcontrol.validator.ExtendedArgumentMediator<A>
- Typparameter:
A
- is the type of the argument of an extended generic argument mediator.
An extended generic argument mediator is not mutable.
- Version:
- 2017-11-12
- Autor:
- Silvan Wyss
-
Feldübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected final String
final ArgumentMediator
<A> thatIsNamed
(Class<?> type) thatIsNamed
(String argumentName) 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
-
thatIsNamed
- Parameter:
type
-- Gibt zurück:
- a new generic argument mediator with the argument name from the given type and for the argument of this extended generic argument mediator.
-
thatIsNamed
- Parameter:
argumentName
-- Gibt zurück:
- a new generic argument mediator with the given argument name and for the argument of this extended generic argument mediator.
- Löst aus:
ArgumentIsNullException
- if the given argument name is null.EmptyArgumentException
- if the given argument name is empty.
-
getArgumentName
- Gibt zurück:
- the argument name of the current
Mediator
.
-