Uses of Class
tools.jackson.core.json.DupDetector
Packages that use DupDetector
Package
Description
JSON-specific parser and generator implementation classes that
Jackson defines and uses.
Utility classes used by Jackson Core functionality.
-
Uses of DupDetector in tools.jackson.core.json
Fields in tools.jackson.core.json declared as DupDetectorModifier and TypeFieldDescriptionprotected DupDetectorJsonReadContext._dupsprotected DupDetectorJsonWriteContext._dupsMethods in tools.jackson.core.json that return DupDetectorModifier and TypeMethodDescriptionDupDetector.child()JsonReadContext.getDupDetector()JsonWriteContext.getDupDetector()static DupDetectorDupDetector.rootDetector(JsonGenerator g) static DupDetectorDupDetector.rootDetector(JsonParser p) Methods in tools.jackson.core.json with parameters of type DupDetectorModifier and TypeMethodDescriptionstatic JsonReadContextJsonReadContext.createRootContext(int lineNr, int colNr, DupDetector dups) static JsonReadContextJsonReadContext.createRootContext(DupDetector dups) static JsonWriteContextJsonWriteContext.createRootContext(DupDetector dd) JsonReadContext.withDupDetector(DupDetector dups) JsonWriteContext.withDupDetector(DupDetector dups) Constructors in tools.jackson.core.json with parameters of type DupDetectorModifierConstructorDescriptionJsonReadContext(JsonReadContext parent, int nestingDepth, DupDetector dups, int type, int lineNr, int colNr) protectedJsonWriteContext(int type, JsonWriteContext parent, DupDetector dups, Object currValue) -
Uses of DupDetector in tools.jackson.core.util
Fields in tools.jackson.core.util declared as DupDetectorModifier and TypeFieldDescriptionprotected DupDetectorSimpleStreamReadContext._dupsprotected DupDetectorSimpleStreamWriteContext._dupsMethods in tools.jackson.core.util that return DupDetectorModifier and TypeMethodDescriptionSimpleStreamReadContext.getDupDetector()SimpleStreamWriteContext.getDupDetector()Methods in tools.jackson.core.util with parameters of type DupDetectorModifier and TypeMethodDescriptionprotected voidSimpleStreamReadContext._checkDup(DupDetector dd, String name) static SimpleStreamReadContextSimpleStreamReadContext.createRootContext(int lineNr, int colNr, DupDetector dups) static SimpleStreamReadContextSimpleStreamReadContext.createRootContext(DupDetector dups) static SimpleStreamWriteContextSimpleStreamWriteContext.createRootContext(DupDetector dd) SimpleStreamWriteContext.withDupDetector(DupDetector dups) Constructors in tools.jackson.core.util with parameters of type DupDetectorModifierConstructorDescriptionSimpleStreamReadContext(int type, SimpleStreamReadContext parent, int nestingDepth, DupDetector dups, int lineNr, int colNr) protectedSimpleStreamWriteContext(int type, SimpleStreamWriteContext parent, int nestingDepth, DupDetector dups, Object currentValue)