Package | Description |
---|---|
com.fasterxml.jackson.core |
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser )
and generator
(JsonGenerator )
instances. |
com.fasterxml.jackson.core.async |
Package that contains abstractions needed to support optional
non-blocking decoding (parsing) functionality.
|
com.fasterxml.jackson.core.json.async |
Non-blocking ("async") JSON parser implementation.
|
Class and Description |
---|
NonBlockingInputFeeder
Interface used by non-blocking
JsonParser
implementations to feed input to parse. |
Class and Description |
---|
NonBlockingInputFeeder
Interface used by non-blocking
JsonParser
implementations to feed input to parse. |
Class and Description |
---|
ByteArrayFeeder
NonBlockingInputFeeder implementation used when feeding data
as byte arrays. |
NonBlockingInputFeeder
Interface used by non-blocking
JsonParser
implementations to feed input to parse. |
Copyright © 2008–2021 FasterXML. All rights reserved.