Klasse ExtendedStringMediator
java.lang.Object
ch.nolix.core.errorcontrol.validator.ArgumentMediator<String>
ch.nolix.core.errorcontrol.validator.StringMediator
ch.nolix.core.errorcontrol.validator.ExtendedStringMediator
An extended string mediator is not mutable.
- Version:
- 2017-11-12
- Autor:
- Silvan Wyss
-
Feldübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ExtendedStringMediator
forArgument
(String argument) protected final String
thatIsNamed
(Class<?> type) thatIsNamed
(String argumentName) Von Klasse geerbte Methoden ch.nolix.core.errorcontrol.validator.StringMediator
hasLength, isEmpty, isNotBlank, isNotEmpty, isNotLongerThan, isNotShorterThan, matches, startsWith
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
-
forArgument
- Parameter:
argument
-- Gibt zurück:
- a new
ExtendedStringMediator
for the given argument.
-
thatIsNamed
- Parameter:
type
-- Gibt zurück:
- a new
StringMediator
for the argument of the currentExtendedStringMediator
.
-
thatIsNamed
- Parameter:
argumentName
-- Gibt zurück:
- a new string mediator for the argument of this extended string mediator with the given argument name.
- 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
.
-