Uses of Class
com.fasterxml.jackson.core.json.DupDetector
Packages that use DupDetector
Package
Description
JSON-specific parser and generator implementation classes that
Jackson defines and uses.
-
Uses of DupDetector in com.fasterxml.jackson.core.json
Fields in com.fasterxml.jackson.core.json declared as DupDetectorModifier and TypeFieldDescriptionprotected DupDetector
JsonReadContext._dups
protected DupDetector
JsonWriteContext._dups
Methods in com.fasterxml.jackson.core.json that return DupDetectorModifier and TypeMethodDescriptionDupDetector.child()
JsonReadContext.getDupDetector()
JsonWriteContext.getDupDetector()
static DupDetector
DupDetector.rootDetector
(JsonGenerator g) static DupDetector
DupDetector.rootDetector
(JsonParser p) Methods in com.fasterxml.jackson.core.json with parameters of type DupDetectorModifier and TypeMethodDescriptionstatic JsonReadContext
JsonReadContext.createRootContext
(int lineNr, int colNr, DupDetector dups) static JsonReadContext
JsonReadContext.createRootContext
(DupDetector dups) static JsonWriteContext
JsonWriteContext.createRootContext
(DupDetector dd) JsonReadContext.withDupDetector
(DupDetector dups) JsonWriteContext.withDupDetector
(DupDetector dups) Constructors in com.fasterxml.jackson.core.json with parameters of type DupDetectorModifierConstructorDescriptionJsonReadContext
(JsonReadContext parent, int nestingDepth, DupDetector dups, int type, int lineNr, int colNr) JsonReadContext
(JsonReadContext parent, DupDetector dups, int type, int lineNr, int colNr) Deprecated.protected
JsonWriteContext
(int type, JsonWriteContext parent, DupDetector dups) protected
JsonWriteContext
(int type, JsonWriteContext parent, DupDetector dups, Object currValue)