Uses of Interface
com.fasterxml.jackson.core.async.ByteBufferFeeder
-
Packages that use ByteBufferFeeder Package Description com.fasterxml.jackson.core.json.async 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 ByteBufferFeeder Modifier and Type Class Description class
NonBlockingByteBufferJsonParser
Non-blocking parser implementation for JSON content that takes its input viaByteBuffer
instance(s) passed.
-