Uses of Interface
com.fasterxml.jackson.core.async.ByteBufferFeeder
Packages that use ByteBufferFeeder
Package
Description
Non-blocking ("async") JSON parser implementation.
-
Uses of ByteBufferFeeder in com.fasterxml.jackson.core.json.async
Classes in com.fasterxml.jackson.core.json.async that implement ByteBufferFeederModifier and TypeClassDescriptionclass
Non-blocking parser implementation for JSON content that takes its input viaByteBuffer
instance(s) passed.