Uses of Class
io.rxmicro.validation.constraint.Base64URLEncoded.Alphabet
-
Packages that use Base64URLEncoded.Alphabet 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 Base64URLEncoded.Alphabet in io.rxmicro.validation.constraint
Methods in io.rxmicro.validation.constraint that return Base64URLEncoded.Alphabet Modifier and Type Method Description Base64URLEncoded.Alphabetalphabet()Returns the validationBase64URLEncoded.Alphabet.static Base64URLEncoded.AlphabetBase64URLEncoded.Alphabet. valueOf(String name)Returns the enum constant of this type with the specified name.static Base64URLEncoded.Alphabet[]Base64URLEncoded.Alphabet. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Base64URLEncoded.Alphabet in io.rxmicro.validation.validator
Constructors in io.rxmicro.validation.validator with parameters of type Base64URLEncoded.Alphabet Constructor Description Base64URLEncodedConstraintValidator(Base64URLEncoded.Alphabet alphabet)Creates the default instance ofBase64URLEncodedConstraintValidatorwith the specified alphabet.
-