Uses of Interface
tools.jackson.core.async.NonBlockingInputFeeder
Packages that use NonBlockingInputFeeder
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.Package that contains abstractions needed to support optional
non-blocking decoding (parsing) functionality.
Non-blocking ("async") JSON parser implementation.
Utility classes used by Jackson Core functionality.
-
Uses of NonBlockingInputFeeder in tools.jackson.core
Methods in tools.jackson.core that return NonBlockingInputFeederModifier and TypeMethodDescriptionJsonParser.nonBlockingInputFeeder()Method that will either return a feeder instance (if parser uses non-blocking, aka asynchronous access); ornullfor parsers that use blocking I/O. -
Uses of NonBlockingInputFeeder in tools.jackson.core.async
Subinterfaces of NonBlockingInputFeeder in tools.jackson.core.asyncModifier and TypeInterfaceDescriptioninterfaceNonBlockingInputFeederimplementation used when feeding data as byte arrays.interfaceNonBlockingInputFeederimplementation used when feeding data asByteBuffercontents. -
Uses of NonBlockingInputFeeder in tools.jackson.core.json.async
Classes in tools.jackson.core.json.async that implement NonBlockingInputFeederModifier and TypeClassDescriptionclassNon-blocking parser implementation for JSON content that takes its input viabyte[]passed.classNon-blocking parser implementation for JSON content that takes its input viaByteBufferinstance(s) passed.Methods in tools.jackson.core.json.async that return NonBlockingInputFeeder -
Uses of NonBlockingInputFeeder in tools.jackson.core.util
Methods in tools.jackson.core.util that return NonBlockingInputFeeder