Uses of Interface
tools.jackson.core.async.ByteBufferFeeder
Packages that use ByteBufferFeeder
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 ByteBufferFeeder in tools.jackson.core
Methods in tools.jackson.core with type parameters of type ByteBufferFeederModifier and TypeMethodDescription<P extends JsonParser & ByteBufferFeeder>
PTokenStreamFactory.createNonBlockingByteBufferParser(ObjectReadContext readCtxt) Optional method for constructing parser for non-blocking parsing viaByteBufferFeederinterface (accessed usingJsonParser.nonBlockingInputFeeder()from constructed instance). -
Uses of ByteBufferFeeder in tools.jackson.core.json.async
Classes in tools.jackson.core.json.async that implement ByteBufferFeederModifier and TypeClassDescriptionclassNon-blocking parser implementation for JSON content that takes its input viaByteBufferinstance(s) passed.