Uses of Class
com.github.wnameless.json.flattener.StringEscapePolicy
-
Packages that use StringEscapePolicy Package Description com.github.wnameless.json.flattener -
-
Uses of StringEscapePolicy in com.github.wnameless.json.flattener
Methods in com.github.wnameless.json.flattener that return StringEscapePolicy Modifier and Type Method Description static StringEscapePolicyStringEscapePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static StringEscapePolicy[]StringEscapePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-