See: Description
| Interface | Description |
|---|---|
| CodecProvider |
A provider of
Codec instances. |
| CodecRegistry |
A registry of Codec instances searchable by the class that the Codec can encode and decode.
|
| Class | Description |
|---|---|
| ChildCodecRegistry<T> | |
| CodecCache | |
| CodecRegistries |
A helper class for creating and combining codecs, codec providers, and codec registries
|
| LazyCodec<T> | |
| MapOfCodecsProvider | |
| Optional<T> | |
| Optional.Some<T> | |
| ProvidersCodecRegistry |
| Exception | Description |
|---|---|
| CodecConfigurationException |
An exception indicating that a codec registry has been misconfigured in some way, preventing it from providing a codec for the
requested class.
|