Uses of Class
com.fasterxml.jackson.core.TokenStreamFactory
-
Packages that use TokenStreamFactory Package Description com.fasterxml.jackson.core Main public API classes of the core streaming JSON processor: most importantlyJsonFactoryused for constructing JSON parser (JsonParser) and generator (JsonGenerator) instances.com.fasterxml.jackson.core.sym Internal implementation classes for efficient handling of of symbols in JSON (field names in Objects) -
-
Uses of TokenStreamFactory in com.fasterxml.jackson.core
Subclasses of TokenStreamFactory in com.fasterxml.jackson.core Modifier and Type Class Description classJsonFactoryThe main factory class of Jackson package, used to configure and construct reader (aka parser,JsonParser) and writer (aka generator,JsonGenerator) instances. -
Uses of TokenStreamFactory in com.fasterxml.jackson.core.sym
Methods in com.fasterxml.jackson.core.sym with parameters of type TokenStreamFactory Modifier and Type Method Description static CharsToNameCanonicalizerCharsToNameCanonicalizer. createRoot(TokenStreamFactory owner)Method called to create root canonicalizer for aJsonFactoryinstance.static CharsToNameCanonicalizerCharsToNameCanonicalizer. createRoot(TokenStreamFactory owner, int seed)
-