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 interfaceValidationResultResult of avalidation.interfaceValidator<V>Classes in io.github.mmm.validation that implement Composable Modifier and Type Class Description classAbstractComposedValidator<V,C>classAbstractValidationResultAbstract base implementation ofValidationResult.classAbstractValidator<V>This is the abstract base class allValidatorimplementations should extend.classAbstractValueValidator<V>This is the abstract base implementation ofValidator.classComposedValidationFailureclassComposedValidator<V>classProjectionValidator<V,C>classValidationFailureImplementation ofValidationResultfor a failure withoutI18N support.classValidationResultValidValidationResultthat 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 classValidatorCollectionElements<E>classValidatorCollectionSizeclassValidatorMapKeys<K>classValidatorMapSizeclassValidatorMapValues<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 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> -
Uses of Composable in io.github.mmm.validation.string
Classes in io.github.mmm.validation.string that implement Composable Modifier and Type Class Description classValidatorCharSequnceSizeclassValidatorEmailclassValidatorEmailSpecValidatorvalidatingthat a givenCharSequenceis a valid email address specification (a raw email without display name, comments, etc.).classValidatorHostclassValidatorHostNameclassValidatorIpAddressclassValidatorIpV4AddressclassValidatorIpV6AddressclassValidatorPasswordConfirmationclassValidatorPatternclassValidatorPhoneNumber -
Uses of Composable in io.github.mmm.validation.temporal
Classes in io.github.mmm.validation.temporal that implement Composable Modifier and Type Class Description classValidatorTemporalAfter<V>classValidatorTemporalBefore<V>classValidatorTemporalFuture<V>classValidatorTemporalPast<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 classValidatorInstantAfterImplementation ofValidatorTemporalAfterforInstant.classValidatorInstantBeforeImplementation ofValidatorTemporalBeforeforInstant.classValidatorInstantFutureImplementation ofValidatorTemporalFutureforInstant.classValidatorInstantPastImplementation ofValidatorTemporalPastforInstant. -
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 classValidatorLocalDateAfterImplementation ofValidatorTemporalAfterforLocalDate.classValidatorLocalDateBeforeImplementation ofValidatorTemporalBeforeforLocalDate.classValidatorLocalDateFutureImplementation ofValidatorTemporalFutureforLocalDate.classValidatorLocalDatePastImplementation ofValidatorTemporalPastforLocalDate. -
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 classValidatorLocalDateTimeAfterImplementation ofValidatorTemporalAfterforLocalDateTime.classValidatorLocalDateTimeBeforeImplementation ofValidatorTemporalBeforeforLocalDateTime.classValidatorLocalDateTimeFutureImplementation ofValidatorTemporalFutureforLocalDateTime.classValidatorLocalDateTimePastImplementation ofValidatorTemporalPastforLocalDateTime. -
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 classValidatorLocalTimeAfterImplementation ofValidatorTemporalAfterforLocalTime.classValidatorLocalTimeBeforeImplementation ofValidatorTemporalBeforeforLocalTime.classValidatorLocalTimeFutureImplementation ofValidatorTemporalFutureforLocalTime.classValidatorLocalTimePastImplementation ofValidatorTemporalPastforLocalTime. -
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 classValidatorOffsetDateTimeAfterImplementation ofValidatorTemporalAfterforOffsetDateTime.classValidatorOffsetDateTimeBeforeImplementation ofValidatorTemporalBeforeforOffsetDateTime.classValidatorOffsetDateTimeFutureImplementation ofValidatorTemporalFutureforOffsetDateTime.classValidatorOffsetDateTimePastImplementation ofValidatorTemporalPastforOffsetDateTime. -
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 classValidatorOffsetTimeAfterImplementation ofValidatorTemporalAfterforOffsetTime.classValidatorOffsetTimeBeforeImplementation ofValidatorTemporalBeforeforOffsetTime.classValidatorOffsetTimeFutureImplementation ofValidatorTemporalFutureforOffsetTime.classValidatorOffsetTimePastImplementation ofValidatorTemporalPastforOffsetTime. -
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 classValidatorZonedDateTimeAfterImplementation ofValidatorTemporalAfterforZonedDateTime.classValidatorZonedDateTimeBeforeImplementation ofValidatorTemporalBeforeforZonedDateTime.classValidatorZonedDateTimeFutureImplementation ofValidatorTemporalFutureforOffsetDateTime.classValidatorZonedDateTimePastImplementation ofValidatorTemporalPastforOffsetDateTime.
-