Uses of Class
de.gebit.integrity.parameter.conversion.RegexValueHandling
-
Packages that use RegexValueHandling Package Description de.gebit.integrity.parameter.conversion -
-
Uses of RegexValueHandling in de.gebit.integrity.parameter.conversion
Fields in de.gebit.integrity.parameter.conversion declared as RegexValueHandling Modifier and Type Field Description protected RegexValueHandlingConversionContext. regexValueHandlingPolicyThe way in whichRegexValues are to be treated.Methods in de.gebit.integrity.parameter.conversion that return RegexValueHandling Modifier and Type Method Description RegexValueHandlingConversionContext. getRegexValueHandlingPolicy()static RegexValueHandlingRegexValueHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static RegexValueHandling[]RegexValueHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gebit.integrity.parameter.conversion with parameters of type RegexValueHandling Modifier and Type Method Description ConversionContextConversionContext. withRegexValueHandling(RegexValueHandling aPolicy)Enables a certainRegexValueHandlingpolicy instead of the default.
-