Interface | Description |
---|---|
AbstractStreamDecoder.ValueDecoder<R> |
Decoder function for a single value.
|
Class | Description |
---|---|
AbstractChildReuseStreamDecoder |
AbstractStreamDecoder extension that does not need to allocate for child decoders. |
AbstractStreamDecoder |
Abstract base class for stream-based
Decoder s. |
DefaultSerdeIntrospections |
Default implementation of the
SerdeIntrospections interface
which looks up instrospections from BeanIntrospector.SHARED . |
DefaultSerdeRegistry |
Default implementation of the
SerdeRegistry interface. |
Enum | Description |
---|---|
AbstractStreamDecoder.TokenType |
The token type.
|