Uses of Enum Class
com.github.wnameless.json.flattener.StringEscapePolicy
Packages that use StringEscapePolicy
-
Uses of StringEscapePolicy in com.github.wnameless.json.flattener
Subclasses with type arguments of type StringEscapePolicy in com.github.wnameless.json.flattenerModifier and TypeClassDescriptionenumStringEscapePolicylists all acceptable JSON string escape policy of theJsonFlattener.Methods in com.github.wnameless.json.flattener that return StringEscapePolicyModifier and TypeMethodDescriptionstatic StringEscapePolicyReturns the enum constant of this class with the specified name.static StringEscapePolicy[]StringEscapePolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.