Uses of Interface
tools.jackson.core.async.ByteArrayFeeder
Packages that use ByteArrayFeeder
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances.Non-blocking ("async") JSON parser implementation.
-
Uses of ByteArrayFeeder in tools.jackson.core
Methods in tools.jackson.core with type parameters of type ByteArrayFeederModifier and TypeMethodDescription<P extends JsonParser & ByteArrayFeeder>
PTokenStreamFactory.createNonBlockingByteArrayParser(ObjectReadContext readCtxt) Optional method for constructing parser for non-blocking parsing viaByteArrayFeederinterface (accessed usingJsonParser.nonBlockingInputFeeder()from constructed instance).<P extends JsonParser & ByteArrayFeeder>
PTokenStreamFactory.createNonBlockingByteBufferParser(ObjectReadContext readCtxt) Optional method for constructing parser for non-blocking parsing viaByteBufferFeederinterface (accessed usingJsonParser.nonBlockingInputFeeder()from constructed instance). -
Uses of ByteArrayFeeder in tools.jackson.core.json.async
Classes in tools.jackson.core.json.async that implement ByteArrayFeederModifier and TypeClassDescriptionclassNon-blocking parser implementation for JSON content that takes its input viabyte[]passed.Methods in tools.jackson.core.json.async that return ByteArrayFeeder