Uses of Class
com.github.dozermapper.core.OptionValue
-
Packages that use OptionValue Package Description com.github.dozermapper.core Core mapping APIcom.github.dozermapper.core.util Utility methods used by the mapper -
-
Uses of OptionValue in com.github.dozermapper.core
Methods in com.github.dozermapper.core that return OptionValue Modifier and Type Method Description static OptionValueOptionValue. valueOf(String name)Returns the enum constant of this type with the specified name.static OptionValue[]OptionValue. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OptionValue in com.github.dozermapper.core.util
Methods in com.github.dozermapper.core.util that return OptionValue Modifier and Type Method Description OptionValuemapEmptyString()The bypass empty string policy for the class mapping.OptionValuemapNull()The bypass null policy for the class mapping.OptionValuestopOnErrors()The error handling policy for the class mappingOptionValuewildCard()The wildcard policy for the class mappingOptionValuewildCardCaseInsensitive()The wildcard case sensitivity policy for the class mapping.
-