Uses of Class
cool.scx.object.parser.json.JsonNodeParserOptions
Packages that use JsonNodeParserOptions
-
Uses of JsonNodeParserOptions in cool.scx.object.parser.json
Methods in cool.scx.object.parser.json that return JsonNodeParserOptionsModifier and TypeMethodDescriptionJsonNodeParserOptions.duplicateFieldPolicy(DuplicateFieldPolicy duplicateFieldPolicy) JsonNodeParserOptions.maxArraySize(int maxArraySize) JsonNodeParserOptions.maxFieldCount(int maxFieldCount) JsonNodeParserOptions.maxFieldNameLength(int maxFieldNameLength) JsonNodeParserOptions.maxNestingDepth(int maxNestingDepth) JsonNodeParserOptions.maxNumberLength(int maxNumberLength) JsonNodeParserOptions.maxStringLength(int maxStringLength) Constructors in cool.scx.object.parser.json with parameters of type JsonNodeParserOptionsModifierConstructorDescriptionJsonNodeParser(com.fasterxml.jackson.core.JsonFactory jsonFactory, JsonNodeParserOptions options)