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.
|
Class and Description |
---|
NonBlockingInputFeeder
Interface used by non-blocking
JsonParser
to get more input to parse. |
NonBlockingParser
Mix-in interface used with
JsonParser ,
extending it with features needed to process data in non-blocking
("asynchronous") |
Copyright © 2018. All rights reserved.