Uses of Class
com.fasterxml.jackson.core.json.DupDetector

Packages that use DupDetector
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
protected  DupDetector JsonWriteContext._dups
           
protected  DupDetector JsonReadContext._dups
           
 

Methods in com.fasterxml.jackson.core.json that return DupDetector
 DupDetector DupDetector.child()
           
 DupDetector JsonWriteContext.getDupDetector()
           
 DupDetector JsonReadContext.getDupDetector()
           
static DupDetector DupDetector.rootDetector(JsonGenerator g)
           
static DupDetector DupDetector.rootDetector(JsonParser p)
           
 

Methods in com.fasterxml.jackson.core.json with parameters of type DupDetector
static JsonWriteContext JsonWriteContext.createRootContext(DupDetector dd)
           
static JsonReadContext JsonReadContext.createRootContext(DupDetector dups)
           
static JsonReadContext JsonReadContext.createRootContext(int lineNr, int colNr, DupDetector dups)
           
 JsonWriteContext JsonWriteContext.withDupDetector(DupDetector dups)
           
 JsonReadContext JsonReadContext.withDupDetector(DupDetector dups)
           
 

Constructors in com.fasterxml.jackson.core.json with parameters of type DupDetector
JsonReadContext(JsonReadContext parent, DupDetector dups, int type, int lineNr, int colNr)
           
JsonWriteContext(int type, JsonWriteContext parent, DupDetector dups)
           
 



Copyright © 2008-2016 FasterXML. All Rights Reserved.