Uses of Interface
io.github.mmm.validation.Validator
-
-
Uses of Validator in io.github.mmm.bean
Methods in io.github.mmm.bean with parameters of type Validator Modifier and Type Method Description <V> PropertyMetadata<V>
PropertyBuilders. create(Validator<? super V> validator, Supplier<? extends V> expression, Type valueType, Map<String,Object> map)
-
Uses of Validator in io.github.mmm.bean.impl
Methods in io.github.mmm.bean.impl with parameters of type Validator Modifier and Type Method Description <V> PropertyMetadata<V>
BeanPropertyMetadataFactory. create(Validator<? super V> validator, Supplier<? extends V> expression, Type valueType, Map<String,Object> map)
PropertyMetadata<V>
BeanPropertyMetadataSimple. withValidator(Validator<? super V> validator)
Constructors in io.github.mmm.bean.impl with parameters of type Validator Constructor Description BeanPropertyMetadataType(Validator<? super V> validator, Supplier<? extends V> expression)
The constructor.BeanPropertyMetadataType(Validator<? super V> validator, Supplier<? extends V> expression, Type valueType, Map<String,Object> metadata)
The constructor. -
Uses of Validator in io.github.mmm.property
Methods in io.github.mmm.property that return Validator Modifier and Type Method Description Validator<? super V>
AbstractPropertyMetadata. getValidator()
Validator<? super V>
PropertyMetadata. getValidator()
Validator<? super V>
PropertyMetadataType. getValidator()
Methods in io.github.mmm.property with parameters of type Validator Modifier and Type Method Description <V> PropertyMetadata<V>
PropertyMetadataFactory. create(Validator<? super V> validator, Supplier<? extends V> expression, Type valueType, Map<String,Object> map)
<V> PropertyMetadata<V>
PropertyMetadataFactoryDefault. create(Validator<? super V> validator, Supplier<? extends V> expression, Type valueType, Map<String,Object> map)
PropertyMetadata<V>
PropertyMetadata. withValidator(Validator<? super V> validator)
PropertyMetadata<V>
PropertyMetadataNone. withValidator(Validator<? super V> validator)
PropertyMetadata<V>
PropertyMetadataType. withValidator(Validator<? super V> newValidator)
Constructors in io.github.mmm.property with parameters of type Validator Constructor Description PropertyMetadataType(Validator<? super V> validator)
The constructor.PropertyMetadataType(Validator<? super V> validator, Supplier<? extends V> expression, Object[] metadataValues)
The constructor.PropertyMetadataType(Validator<? super V> validator, Supplier<? extends V> expression, Type valueType, Map<String,Object> metadata)
The constructor. -
Uses of Validator in io.github.mmm.ui.api.widget.composite
Methods in io.github.mmm.ui.api.widget.composite that return Validator Modifier and Type Method Description Validator<? super V>
UiCustomValuedComposite. getValidator()
Methods in io.github.mmm.ui.api.widget.composite with parameters of type Validator Modifier and Type Method Description void
UiCustomValuedComposite. setValidator(Validator<? super V> validator)
-
Uses of Validator in io.github.mmm.ui.api.widget.input
Methods in io.github.mmm.ui.api.widget.input that return Validator Modifier and Type Method Description Validator<? super V>
UiCustomValidatableWidget. getValidator()
Methods in io.github.mmm.ui.api.widget.input with parameters of type Validator Modifier and Type Method Description void
UiCustomValidatableWidget. setValidator(Validator<? super V> validator)
-
Uses of Validator in io.github.mmm.ui.api.widget.value
Methods in io.github.mmm.ui.api.widget.value that return Validator Modifier and Type Method Description Validator<? super V>
UiCustomEditor. getValidator()
Validator<? super V>
UiValidatableWidget. getValidator()
Methods in io.github.mmm.ui.api.widget.value with parameters of type Validator Modifier and Type Method Description void
UiCustomEditor. setValidator(Validator<? super V> validator)
void
UiValidatableWidget. setValidator(Validator<? super V> validator)
-
Uses of Validator in io.github.mmm.ui.fx.widget
Methods in io.github.mmm.ui.fx.widget that return Validator Modifier and Type Method Description Validator<? super V>
FxActiveValidatableWidget. getValidator()
Methods in io.github.mmm.ui.fx.widget with parameters of type Validator Modifier and Type Method Description void
FxActiveValidatableWidget. setValidator(Validator<? super V> validator)
-
Uses of Validator in io.github.mmm.ui.fx.widget.composite
Methods in io.github.mmm.ui.fx.widget.composite that return Validator Modifier and Type Method Description Validator<? super V>
FxValuedComposite. getValidator()
Methods in io.github.mmm.ui.fx.widget.composite with parameters of type Validator Modifier and Type Method Description void
FxValuedComposite. setValidator(Validator<? super V> validator)
-
Uses of Validator in io.github.mmm.ui.spi.range
Methods in io.github.mmm.ui.spi.range with parameters of type Validator Modifier and Type Method Description void
NumericRange. setValidator(Validator<? super V> validator)
-
Uses of Validator in io.github.mmm.ui.test.widget
Methods in io.github.mmm.ui.test.widget that return Validator Modifier and Type Method Description Validator<? super V>
TestActiveValidatableWidget. getValidator()
Methods in io.github.mmm.ui.test.widget with parameters of type Validator Modifier and Type Method Description void
TestActiveValidatableWidget. setValidator(Validator<? super V> validator)
-
Uses of Validator in io.github.mmm.ui.test.widget.composite
Methods in io.github.mmm.ui.test.widget.composite that return Validator Modifier and Type Method Description Validator<? super V>
TestValuedComposite. getValidator()
Methods in io.github.mmm.ui.test.widget.composite with parameters of type Validator Modifier and Type Method Description void
TestValuedComposite. setValidator(Validator<? super V> validator)
-
Uses of Validator in io.github.mmm.ui.tvm.widget.composite
Methods in io.github.mmm.ui.tvm.widget.composite that return Validator Modifier and Type Method Description Validator<? super V>
TvmValuedComposite. getValidator()
Methods in io.github.mmm.ui.tvm.widget.composite with parameters of type Validator Modifier and Type Method Description void
TvmValuedComposite. setValidator(Validator<? super V> validator)
-
Uses of Validator in io.github.mmm.ui.tvm.widget.input
Methods in io.github.mmm.ui.tvm.widget.input that return Validator Modifier and Type Method Description Validator<? super V>
TvmInput. getValidator()
Methods in io.github.mmm.ui.tvm.widget.input with parameters of type Validator Modifier and Type Method Description void
TvmInput. setValidator(Validator<? super V> validator)
-
Uses of Validator in io.github.mmm.validation
Classes in io.github.mmm.validation that implement Validator Modifier and Type Class Description class
AbstractComposedValidator<V,C>
class
AbstractValidator<V>
This is the abstract base class allValidator
implementations should extend.class
AbstractValueValidator<V>
This is the abstract base implementation ofValidator
.class
ComposedValidator<V>
class
ProjectionValidator<V,C>
Fields in io.github.mmm.validation declared as Validator Modifier and Type Field Description protected Validator<? super C>[]
AbstractComposedValidator. children
Methods in io.github.mmm.validation that return Validator Modifier and Type Method Description <T> Validator<T>
AbstractComposedValidator. append(Validator<?> validator)
<T> Validator<T>
AbstractComposedValidator. append(Validator<?>... validators)
default <T> Validator<T>
Validator. append(Validator<?> validator)
default <T> Validator<T>
Validator. append(Validator<?>... validators)
Validator<? super C>
AbstractComposedValidator. getChild(int index)
static <T> Validator<T>
Validator. none()
Methods in io.github.mmm.validation with parameters of type Validator Modifier and Type Method Description SELF
ValidatorRegistry. add(Validator<? super V> validator)
<T> Validator<T>
AbstractComposedValidator. append(Validator<?> validator)
<T> Validator<T>
AbstractComposedValidator. append(Validator<?>... validators)
default <T> Validator<T>
Validator. append(Validator<?> validator)
default <T> Validator<T>
Validator. append(Validator<?>... validators)
static boolean
Validator. isValidating(Validator<?> validator)
Constructors in io.github.mmm.validation with parameters of type Validator Constructor Description AbstractComposedValidator(Validator<? super C>... validators)
The constructor.ComposedValidator(Validator<? super V>... validators)
The constructor.ProjectionValidator(Function<V,C> function, Validator<? super C>... validators)
The constructor. -
Uses of Validator in io.github.mmm.validation.collection
Classes in io.github.mmm.validation.collection that implement Validator Modifier and Type Class Description class
ValidatorCollectionElements<E>
class
ValidatorCollectionSize
class
ValidatorMapKeys<K>
class
ValidatorMapSize
class
ValidatorMapValues<V>
Methods in io.github.mmm.validation.collection that return Validator Modifier and Type Method Description Validator<? super V>
AbstractCollectionValidatorBuilder. build()
Validator<? super M>
AbstractMapValidatorBuilder. build()
Constructors in io.github.mmm.validation.collection with parameters of type Validator Constructor Description ValidatorCollectionElements(Validator<? super E>... validators)
The constructor.ValidatorMapKeys(Validator<? super K>... validators)
The constructor.ValidatorMapValues(Validator<? super V>... validators)
The constructor.Constructor parameters in io.github.mmm.validation.collection with type arguments of type Validator Constructor Description ValidatorMapKeys(List<Validator<? super K>> validators)
The constructor.ValidatorMapValues(List<Validator<? super V>> validators)
The constructor. -
Uses of Validator in io.github.mmm.validation.main
Classes in io.github.mmm.validation.main that implement Validator Modifier and Type Class Description class
AbstractValidatorRange<V,R>
class
ValidatorCompare<V extends Comparable<V>>
Validator
validating
that a valuesatisfies
a givenCompareOperator
-operation for given value to compare to.class
ValidatorMandatory
Validator
validating that a mandatory value is filled.class
ValidatorRange<V>
Methods in io.github.mmm.validation.main that return Validator Modifier and Type Method Description Validator<? super V>
ObjectValidatorBuilder. build()
Methods in io.github.mmm.validation.main that return types with arguments of type Validator Modifier and Type Method Description protected <T> List<Validator<? super T>>
ObjectValidatorBuilder. getValidators(ObjectValidatorBuilder<T,?,?> builder)
Methods in io.github.mmm.validation.main with parameters of type Validator Modifier and Type Method Description SELF
ObjectValidatorBuilder. add(Validator<? super V> validator)
-
Uses of Validator in io.github.mmm.validation.string
Classes in io.github.mmm.validation.string that implement Validator Modifier and Type Class Description class
ValidatorCharSequnceSize
class
ValidatorEmail
class
ValidatorEmailSpec
Validator
validating
that a givenCharSequence
is a valid email address specification (a raw email without display name, comments, etc.).class
ValidatorHost
class
ValidatorHostName
class
ValidatorIpAddress
class
ValidatorIpV4Address
class
ValidatorIpV6Address
class
ValidatorPasswordConfirmation
class
ValidatorPattern
class
ValidatorPhoneNumber
-
Uses of Validator in io.github.mmm.validation.temporal
Classes in io.github.mmm.validation.temporal that implement Validator Modifier and Type Class Description class
ValidatorTemporalAfter<V>
class
ValidatorTemporalBefore<V>
class
ValidatorTemporalFuture<V>
class
ValidatorTemporalPast<V>
-
Uses of Validator in io.github.mmm.validation.temporal.instant
Classes in io.github.mmm.validation.temporal.instant that implement Validator Modifier and Type Class Description class
ValidatorInstantAfter
Implementation ofValidatorTemporalAfter
forInstant
.class
ValidatorInstantBefore
Implementation ofValidatorTemporalBefore
forInstant
.class
ValidatorInstantFuture
Implementation ofValidatorTemporalFuture
forInstant
.class
ValidatorInstantPast
Implementation ofValidatorTemporalPast
forInstant
. -
Uses of Validator in io.github.mmm.validation.temporal.localdate
Classes in io.github.mmm.validation.temporal.localdate that implement Validator Modifier and Type Class Description class
ValidatorLocalDateAfter
Implementation ofValidatorTemporalAfter
forLocalDate
.class
ValidatorLocalDateBefore
Implementation ofValidatorTemporalBefore
forLocalDate
.class
ValidatorLocalDateFuture
Implementation ofValidatorTemporalFuture
forLocalDate
.class
ValidatorLocalDatePast
Implementation ofValidatorTemporalPast
forLocalDate
. -
Uses of Validator in io.github.mmm.validation.temporal.localdatetime
Classes in io.github.mmm.validation.temporal.localdatetime that implement Validator Modifier and Type Class Description class
ValidatorLocalDateTimeAfter
Implementation ofValidatorTemporalAfter
forLocalDateTime
.class
ValidatorLocalDateTimeBefore
Implementation ofValidatorTemporalBefore
forLocalDateTime
.class
ValidatorLocalDateTimeFuture
Implementation ofValidatorTemporalFuture
forLocalDateTime
.class
ValidatorLocalDateTimePast
Implementation ofValidatorTemporalPast
forLocalDateTime
. -
Uses of Validator in io.github.mmm.validation.temporal.localtime
Classes in io.github.mmm.validation.temporal.localtime that implement Validator Modifier and Type Class Description class
ValidatorLocalTimeAfter
Implementation ofValidatorTemporalAfter
forLocalTime
.class
ValidatorLocalTimeBefore
Implementation ofValidatorTemporalBefore
forLocalTime
.class
ValidatorLocalTimeFuture
Implementation ofValidatorTemporalFuture
forLocalTime
.class
ValidatorLocalTimePast
Implementation ofValidatorTemporalPast
forLocalTime
. -
Uses of Validator in io.github.mmm.validation.temporal.offsetdatetime
Classes in io.github.mmm.validation.temporal.offsetdatetime that implement Validator Modifier and Type Class Description class
ValidatorOffsetDateTimeAfter
Implementation ofValidatorTemporalAfter
forOffsetDateTime
.class
ValidatorOffsetDateTimeBefore
Implementation ofValidatorTemporalBefore
forOffsetDateTime
.class
ValidatorOffsetDateTimeFuture
Implementation ofValidatorTemporalFuture
forOffsetDateTime
.class
ValidatorOffsetDateTimePast
Implementation ofValidatorTemporalPast
forOffsetDateTime
. -
Uses of Validator in io.github.mmm.validation.temporal.offsettime
Classes in io.github.mmm.validation.temporal.offsettime that implement Validator Modifier and Type Class Description class
ValidatorOffsetTimeAfter
Implementation ofValidatorTemporalAfter
forOffsetTime
.class
ValidatorOffsetTimeBefore
Implementation ofValidatorTemporalBefore
forOffsetTime
.class
ValidatorOffsetTimeFuture
Implementation ofValidatorTemporalFuture
forOffsetTime
.class
ValidatorOffsetTimePast
Implementation ofValidatorTemporalPast
forOffsetTime
. -
Uses of Validator in io.github.mmm.validation.temporal.zoneddatetime
Classes in io.github.mmm.validation.temporal.zoneddatetime that implement Validator Modifier and Type Class Description class
ValidatorZonedDateTimeAfter
Implementation ofValidatorTemporalAfter
forZonedDateTime
.class
ValidatorZonedDateTimeBefore
Implementation ofValidatorTemporalBefore
forZonedDateTime
.class
ValidatorZonedDateTimeFuture
Implementation ofValidatorTemporalFuture
forOffsetDateTime
.class
ValidatorZonedDateTimePast
Implementation ofValidatorTemporalPast
forOffsetDateTime
.
-