Uses of Package
com.fasterxml.jackson.core.sym

Packages that use com.fasterxml.jackson.core.sym
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) 
 

Classes in com.fasterxml.jackson.core.sym used by com.fasterxml.jackson.core
BytesToNameCanonicalizer
          This class is basically a caching symbol table implementation used for canonicalizing Names, constructed directly from a byte-based input source.
CharsToNameCanonicalizer
          This class is a kind of specialized type-safe Map, from char array to String value.
 

Classes in com.fasterxml.jackson.core.sym used by com.fasterxml.jackson.core.json
BytesToNameCanonicalizer
          This class is basically a caching symbol table implementation used for canonicalizing Names, constructed directly from a byte-based input source.
CharsToNameCanonicalizer
          This class is a kind of specialized type-safe Map, from char array to String value.
Name
          Base class for tokenized names (key strings in objects) that have been tokenized from byte-based input sources (like InputStream.
 

Classes in com.fasterxml.jackson.core.sym used by com.fasterxml.jackson.core.sym
BytesToNameCanonicalizer
          This class is basically a caching symbol table implementation used for canonicalizing Names, constructed directly from a byte-based input source.
CharsToNameCanonicalizer
          This class is a kind of specialized type-safe Map, from char array to String value.
Name
          Base class for tokenized names (key strings in objects) that have been tokenized from byte-based input sources (like InputStream.
 



Copyright © 2012 fasterxml.com. All Rights Reserved.