Uses of Class
com.github.damianwajser.validator.annotation.cards.CardToken.Tokenizer
-
Packages that use CardToken.Tokenizer Package Description com.github.damianwajser.validator.annotation.cards com.github.damianwajser.validator.constraint.cards.token.validators -
-
Uses of CardToken.Tokenizer in com.github.damianwajser.validator.annotation.cards
Methods in com.github.damianwajser.validator.annotation.cards that return CardToken.Tokenizer Modifier and Type Method Description CardToken.Tokenizerprovider()static CardToken.TokenizerCardToken.Tokenizer. valueOf(String name)Returns the enum constant of this type with the specified name.static CardToken.Tokenizer[]CardToken.Tokenizer. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CardToken.Tokenizer in com.github.damianwajser.validator.constraint.cards.token.validators
Methods in com.github.damianwajser.validator.constraint.cards.token.validators with parameters of type CardToken.Tokenizer Modifier and Type Method Description static TokenValidatorTokenValidatorsFactory. getTokenValidator(CardToken.Tokenizer tokenizer)
-