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 DupDetectorJsonReadContext._dupsprotected DupDetectorJsonWriteContext._dupsMethods in com.fasterxml.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 com.fasterxml.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 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.protectedJsonWriteContext(int type, JsonWriteContext parent, DupDetector dups) protectedJsonWriteContext(int type, JsonWriteContext parent, DupDetector dups, Object currValue)