Uses of Class
org.forgerock.config.util.CoercionFunction
-
Packages that use CoercionFunction Package Description org.forgerock.config.util Contains utility classes for commons config. -
-
Uses of CoercionFunction in org.forgerock.config.util
Methods in org.forgerock.config.util that return CoercionFunction Modifier and Type Method Description static CoercionFunction
CoercionFunction. valueOf(String name)
Returns the enum constant of this type with the specified name.static CoercionFunction[]
CoercionFunction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-