Uses of Class
org.codehaus.jackson.sym.CharsToNameCanonicalizer
Packages that use CharsToNameCanonicalizer
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonParser)
instances.Parser and generator implementation classes that Jackson
defines and uses.
Internal implementation classes for efficient handling of
of symbols in JSON (field names in Objects)
-
Uses of CharsToNameCanonicalizer in org.codehaus.jackson
Fields in org.codehaus.jackson declared as CharsToNameCanonicalizerModifier and TypeFieldDescriptionprotected CharsToNameCanonicalizerJsonFactory._rootCharSymbolsEach factory comes equipped with a shared root symbol table. -
Uses of CharsToNameCanonicalizer in org.codehaus.jackson.impl
Fields in org.codehaus.jackson.impl declared as CharsToNameCanonicalizerModifier and TypeFieldDescriptionprotected final CharsToNameCanonicalizerReaderBasedParser._symbolsMethods in org.codehaus.jackson.impl with parameters of type CharsToNameCanonicalizerModifier and TypeMethodDescriptionByteSourceBootstrapper.constructParser(int features, ObjectCodec codec, BytesToNameCanonicalizer rootByteSymbols, CharsToNameCanonicalizer rootCharSymbols) Constructors in org.codehaus.jackson.impl with parameters of type CharsToNameCanonicalizerModifierConstructorDescriptionReaderBasedParser(IOContext ctxt, int features, Reader r, ObjectCodec codec, CharsToNameCanonicalizer st) -
Uses of CharsToNameCanonicalizer in org.codehaus.jackson.sym
Fields in org.codehaus.jackson.sym declared as CharsToNameCanonicalizerModifier and TypeFieldDescriptionprotected CharsToNameCanonicalizerCharsToNameCanonicalizer._parentSharing of learnt symbols is done by optional linking of symbol table instances with their parents.Methods in org.codehaus.jackson.sym that return CharsToNameCanonicalizerModifier and TypeMethodDescriptionstatic CharsToNameCanonicalizerCharsToNameCanonicalizer.createRoot()Method called to create root canonicalizer for aJsonFactoryinstance.protected static CharsToNameCanonicalizerCharsToNameCanonicalizer.createRoot(int hashSeed) CharsToNameCanonicalizer.makeChild(boolean canonicalize, boolean intern) "Factory" method; will create a new child instance of this symbol table.