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 voidUiCustomValuedComposite. 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 voidUiCustomValidatableWidget. 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 voidUiCustomEditor. setValidator(Validator<? super V> validator)voidUiValidatableWidget. 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 voidFxActiveValidatableWidget. 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 voidFxValuedComposite. 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 voidNumericRange. 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 voidTestActiveValidatableWidget. 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 voidTestValuedComposite. 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 voidTvmValuedComposite. 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 voidTvmInput. 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 classAbstractComposedValidator<V,C>classAbstractValidator<V>This is the abstract base class allValidatorimplementations should extend.classAbstractValueValidator<V>This is the abstract base implementation ofValidator.classComposedValidator<V>classProjectionValidator<V,C>Fields in io.github.mmm.validation declared as Validator Modifier and Type Field Description protected Validator<? super C>[]AbstractComposedValidator. childrenMethods 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 SELFValidatorRegistry. 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 booleanValidator. 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 classValidatorCollectionElements<E>classValidatorCollectionSizeclassValidatorMapKeys<K>classValidatorMapSizeclassValidatorMapValues<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 classAbstractValidatorRange<V,R>classValidatorCompare<V extends Comparable<V>>Validatorvalidatingthat a valuesatisfiesa givenCompareOperator-operation for given value to compare to.classValidatorMandatoryValidatorvalidating that a mandatory value is filled.classValidatorRange<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 SELFObjectValidatorBuilder. 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 classValidatorCharSequnceSizeclassValidatorEmailclassValidatorEmailSpecValidatorvalidatingthat a givenCharSequenceis a valid email address specification (a raw email without display name, comments, etc.).classValidatorHostclassValidatorHostNameclassValidatorIpAddressclassValidatorIpV4AddressclassValidatorIpV6AddressclassValidatorPasswordConfirmationclassValidatorPatternclassValidatorPhoneNumber -
Uses of Validator in io.github.mmm.validation.temporal
Classes in io.github.mmm.validation.temporal that implement Validator Modifier and Type Class Description classValidatorTemporalAfter<V>classValidatorTemporalBefore<V>classValidatorTemporalFuture<V>classValidatorTemporalPast<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 classValidatorInstantAfterImplementation ofValidatorTemporalAfterforInstant.classValidatorInstantBeforeImplementation ofValidatorTemporalBeforeforInstant.classValidatorInstantFutureImplementation ofValidatorTemporalFutureforInstant.classValidatorInstantPastImplementation ofValidatorTemporalPastforInstant. -
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 classValidatorLocalDateAfterImplementation ofValidatorTemporalAfterforLocalDate.classValidatorLocalDateBeforeImplementation ofValidatorTemporalBeforeforLocalDate.classValidatorLocalDateFutureImplementation ofValidatorTemporalFutureforLocalDate.classValidatorLocalDatePastImplementation ofValidatorTemporalPastforLocalDate. -
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 classValidatorLocalDateTimeAfterImplementation ofValidatorTemporalAfterforLocalDateTime.classValidatorLocalDateTimeBeforeImplementation ofValidatorTemporalBeforeforLocalDateTime.classValidatorLocalDateTimeFutureImplementation ofValidatorTemporalFutureforLocalDateTime.classValidatorLocalDateTimePastImplementation ofValidatorTemporalPastforLocalDateTime. -
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 classValidatorLocalTimeAfterImplementation ofValidatorTemporalAfterforLocalTime.classValidatorLocalTimeBeforeImplementation ofValidatorTemporalBeforeforLocalTime.classValidatorLocalTimeFutureImplementation ofValidatorTemporalFutureforLocalTime.classValidatorLocalTimePastImplementation ofValidatorTemporalPastforLocalTime. -
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 classValidatorOffsetDateTimeAfterImplementation ofValidatorTemporalAfterforOffsetDateTime.classValidatorOffsetDateTimeBeforeImplementation ofValidatorTemporalBeforeforOffsetDateTime.classValidatorOffsetDateTimeFutureImplementation ofValidatorTemporalFutureforOffsetDateTime.classValidatorOffsetDateTimePastImplementation ofValidatorTemporalPastforOffsetDateTime. -
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 classValidatorOffsetTimeAfterImplementation ofValidatorTemporalAfterforOffsetTime.classValidatorOffsetTimeBeforeImplementation ofValidatorTemporalBeforeforOffsetTime.classValidatorOffsetTimeFutureImplementation ofValidatorTemporalFutureforOffsetTime.classValidatorOffsetTimePastImplementation ofValidatorTemporalPastforOffsetTime. -
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 classValidatorZonedDateTimeAfterImplementation ofValidatorTemporalAfterforZonedDateTime.classValidatorZonedDateTimeBeforeImplementation ofValidatorTemporalBeforeforZonedDateTime.classValidatorZonedDateTimeFutureImplementation ofValidatorTemporalFutureforOffsetDateTime.classValidatorZonedDateTimePastImplementation ofValidatorTemporalPastforOffsetDateTime.
-