Interface EntityCodec<T>
- Type Parameters:
T-
- All Superinterfaces:
EntityCodecDirect<T>, EntityCodecIndirect<T>
- All Known Subinterfaces:
EntityCodecDirectBase<T>, EntityCodecIndirectBase<T>, StringCodec, StringCodecDirectBase
- All Known Implementing Classes:
EntityCodecAdapter, EntityCodecImpl, StringCodecPrefixAndSuffix, StringCodecQuote
The EntityCodec API supports both the indirect and the direct views.
- Author:
- Claus Stadler
-
Method Summary
Methods inherited from interface EntityCodecDirect
canDecode, decode, decodeOrGetAsGiven, encodeMethods inherited from interface EntityCodecIndirect
getDecoder, getEncoder