Package | Description |
---|---|
com.fasterxml.jackson.dataformat.smile.async |
Package that contains experimental non-blocking ("asynchronous")
implementation of reader-part of Jackson streaming API,
working on Smile format.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NonBlockingParser
Mix-in interface used with
JsonParser ,
extending it with features needed to process data in non-blocking
("asynchronous") |
Modifier and Type | Class and Description |
---|---|
class |
NonBlockingParserImpl |
Copyright © 2014 FasterXML. All rights reserved.