Uses of Class
com.fasterxml.jackson.core.json.DupDetector
-
Packages that use DupDetector Package Description com.fasterxml.jackson.core.json 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 DupDetector Modifier and Type Field Description protected DupDetectorJsonReadContext. _dupsprotected DupDetectorJsonWriteContext. _dupsMethods in com.fasterxml.jackson.core.json that return DupDetector Modifier and Type Method Description DupDetectorDupDetector. child()DupDetectorJsonReadContext. getDupDetector()DupDetectorJsonWriteContext. getDupDetector()static DupDetectorDupDetector. rootDetector(JsonGenerator g)static DupDetectorDupDetector. rootDetector(JsonParser p)Methods in com.fasterxml.jackson.core.json with parameters of type DupDetector Modifier and Type Method Description static JsonReadContextJsonReadContext. createRootContext(int lineNr, int colNr, DupDetector dups)static JsonReadContextJsonReadContext. createRootContext(DupDetector dups)static JsonWriteContextJsonWriteContext. createRootContext(DupDetector dd)JsonReadContextJsonReadContext. withDupDetector(DupDetector dups)JsonWriteContextJsonWriteContext. withDupDetector(DupDetector dups)Constructors in com.fasterxml.jackson.core.json with parameters of type DupDetector Constructor Description JsonReadContext(JsonReadContext parent, DupDetector dups, int type, int lineNr, int colNr)JsonWriteContext(int type, JsonWriteContext parent, DupDetector dups)JsonWriteContext(int type, JsonWriteContext parent, DupDetector dups, java.lang.Object currValue)
-