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