Uses of Enum Class
eu.webtoolkit.jwt.MatchOptions.MatchType
Packages that use MatchOptions.MatchType
-
Uses of MatchOptions.MatchType in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return MatchOptions.MatchTypeModifier and TypeMethodDescriptionMatchOptions.getType()Return the type.static MatchOptions.MatchTypeReturns the enum constant of this class with the specified name.static MatchOptions.MatchType[]MatchOptions.MatchType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in eu.webtoolkit.jwt with parameters of type MatchOptions.MatchTypeModifierConstructorDescriptionConstructor.MatchOptions(MatchOptions.MatchType type, MatchOptions.MatchFlag flag) Constructor.MatchOptions(MatchOptions.MatchType type, MatchOptions.MatchFlag flag, MatchOptions.MatchFlag flag2) Constructor.