Uses of Enum Class
cool.scx.object.parser.json.DuplicateFieldPolicy
Packages that use DuplicateFieldPolicy
-
Uses of DuplicateFieldPolicy in cool.scx.object.parser.json
Subclasses with type arguments of type DuplicateFieldPolicy in cool.scx.object.parser.jsonMethods in cool.scx.object.parser.json that return DuplicateFieldPolicyModifier and TypeMethodDescriptionJsonNodeParserOptions.duplicateFieldPolicy()static DuplicateFieldPolicyReturns the enum constant of this class with the specified name.static DuplicateFieldPolicy[]DuplicateFieldPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cool.scx.object.parser.json with parameters of type DuplicateFieldPolicyModifier and TypeMethodDescriptionJsonNodeParserOptions.duplicateFieldPolicy(DuplicateFieldPolicy duplicateFieldPolicy)