Uses of Class
de.gebit.integrity.parameter.conversion.EmptyValueHandling
-
Packages that use EmptyValueHandling Package Description de.gebit.integrity.parameter.conversion -
-
Uses of EmptyValueHandling in de.gebit.integrity.parameter.conversion
Fields in de.gebit.integrity.parameter.conversion declared as EmptyValueHandling Modifier and Type Field Description protected EmptyValueHandlingConversionContext. emptyValueHandlingPolicyThe way in whichEmptyValues are to be treated.Methods in de.gebit.integrity.parameter.conversion that return EmptyValueHandling Modifier and Type Method Description EmptyValueHandlingConversionContext. getEmptyValueHandlingPolicy()static EmptyValueHandlingEmptyValueHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static EmptyValueHandling[]EmptyValueHandling. 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 EmptyValueHandling Modifier and Type Method Description ConversionContextConversionContext. withEmptyValueHandling(EmptyValueHandling aPolicy)Enables a certainEmptyValueHandlingpolicy instead of the default.
-