Uses of Class
io.rxmicro.validation.constraint.TruncatedTime.Truncated
-
Packages that use TruncatedTime.Truncated Package Description io.rxmicro.validation.constraint The package for therxmicro.validationmodule that provides all supported constraints.io.rxmicro.validation.validator The package for therxmicro.validationmodule that provides all supported constraint validators. -
-
Uses of TruncatedTime.Truncated in io.rxmicro.validation.constraint
Methods in io.rxmicro.validation.constraint that return TruncatedTime.Truncated Modifier and Type Method Description TruncatedTime.Truncatedvalue()Returns theTruncatedTime.Truncatedmode.static TruncatedTime.TruncatedTruncatedTime.Truncated. valueOf(String name)Returns the enum constant of this type with the specified name.static TruncatedTime.Truncated[]TruncatedTime.Truncated. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TruncatedTime.Truncated in io.rxmicro.validation.validator
Constructors in io.rxmicro.validation.validator with parameters of type TruncatedTime.Truncated Constructor Description TruncatedTimeInstantConstraintValidator(TruncatedTime.Truncated truncated)Creates the default instance ofTruncatedTimeInstantConstraintValidatorwith the specified truncated mode.
-