Uses of Class
com.fasterxml.jackson.core.sym.BytesToNameCanonicalizer

Packages that use BytesToNameCanonicalizer
com.fasterxml.jackson.core Main public API classes of the core streaming JSON processor: most importantly JsonFactory used for constructing JSON parser (JsonParser) and generator (JsonParser) instances. 
com.fasterxml.jackson.core.json JSON-specific parser and generator implementation classes that Jackson defines and uses. 
com.fasterxml.jackson.core.sym Internal implementation classes for efficient handling of of symbols in JSON (field names in Objects) 
 

Uses of BytesToNameCanonicalizer in com.fasterxml.jackson.core
 

Fields in com.fasterxml.jackson.core declared as BytesToNameCanonicalizer
protected  BytesToNameCanonicalizer JsonFactory._rootByteSymbols
          Alternative to the basic symbol table, some stream-based parsers use different name canonicalization method.
 

Uses of BytesToNameCanonicalizer in com.fasterxml.jackson.core.json
 

Fields in com.fasterxml.jackson.core.json declared as BytesToNameCanonicalizer
protected  BytesToNameCanonicalizer UTF8StreamJsonParser._symbols
          Symbol table that contains field names encountered so far
 

Methods in com.fasterxml.jackson.core.json with parameters of type BytesToNameCanonicalizer
 JsonParser ByteSourceJsonBootstrapper.constructParser(int parserFeatures, ObjectCodec codec, BytesToNameCanonicalizer rootByteSymbols, CharsToNameCanonicalizer rootCharSymbols, boolean canonicalize, boolean intern)
           
 

Constructors in com.fasterxml.jackson.core.json with parameters of type BytesToNameCanonicalizer
UTF8StreamJsonParser(IOContext ctxt, int features, InputStream in, ObjectCodec codec, BytesToNameCanonicalizer sym, byte[] inputBuffer, int start, int end, boolean bufferRecyclable)
           
 

Uses of BytesToNameCanonicalizer in com.fasterxml.jackson.core.sym
 

Methods in com.fasterxml.jackson.core.sym that return BytesToNameCanonicalizer
static BytesToNameCanonicalizer BytesToNameCanonicalizer.createRoot()
           
 BytesToNameCanonicalizer BytesToNameCanonicalizer.makeChild(boolean canonicalize, boolean intern)
           
 



Copyright © 2012 fasterxml.com. All Rights Reserved.