Uses of Interface
io.github.mmm.base.lang.Composable
-
-
Uses of Composable in io.github.mmm.validation
Subinterfaces of Composable in io.github.mmm.validation Modifier and Type Interface Description interface
ValidationResult
Result of avalidation
.interface
Validator<V>
Classes in io.github.mmm.validation that implement Composable Modifier and Type Class Description class
AbstractComposedValidator<V,C>
class
AbstractValidationResult
Abstract base implementation ofValidationResult
.class
AbstractValidator<V>
This is the abstract base class allValidator
implementations should extend.class
AbstractValueValidator<V>
This is the abstract base implementation ofValidator
.class
ComposedValidationFailure
class
ComposedValidator<V>
class
ProjectionValidator<V,C>
class
ValidationFailure
Implementation ofValidationResult
for a failure withoutI18N support
.class
ValidationResultValid
ValidationResult
that isvalid
. -
Uses of Composable in io.github.mmm.validation.collection
Classes in io.github.mmm.validation.collection that implement Composable Modifier and Type Class Description class
ValidatorCollectionElements<E>
class
ValidatorCollectionSize
class
ValidatorMapKeys<K>
class
ValidatorMapSize
class
ValidatorMapValues<V>
-
Uses of Composable in io.github.mmm.validation.main
Classes in io.github.mmm.validation.main that implement Composable 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>
-
Uses of Composable in io.github.mmm.validation.string
Classes in io.github.mmm.validation.string that implement Composable 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 Composable in io.github.mmm.validation.temporal
Classes in io.github.mmm.validation.temporal that implement Composable Modifier and Type Class Description class
ValidatorTemporalAfter<V>
class
ValidatorTemporalBefore<V>
class
ValidatorTemporalFuture<V>
class
ValidatorTemporalPast<V>
-
Uses of Composable in io.github.mmm.validation.temporal.instant
Classes in io.github.mmm.validation.temporal.instant that implement Composable 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 Composable in io.github.mmm.validation.temporal.localdate
Classes in io.github.mmm.validation.temporal.localdate that implement Composable 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 Composable in io.github.mmm.validation.temporal.localdatetime
Classes in io.github.mmm.validation.temporal.localdatetime that implement Composable 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 Composable in io.github.mmm.validation.temporal.localtime
Classes in io.github.mmm.validation.temporal.localtime that implement Composable 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 Composable in io.github.mmm.validation.temporal.offsetdatetime
Classes in io.github.mmm.validation.temporal.offsetdatetime that implement Composable 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 Composable in io.github.mmm.validation.temporal.offsettime
Classes in io.github.mmm.validation.temporal.offsettime that implement Composable 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 Composable in io.github.mmm.validation.temporal.zoneddatetime
Classes in io.github.mmm.validation.temporal.zoneddatetime that implement Composable 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
.
-