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 org.aksw.commons.codec.entity.api.EntityCodecDirect
canDecode, decode, decodeOrGetAsGiven, encodeMethods inherited from interface org.aksw.commons.codec.entity.api.EntityCodecIndirect
getDecoder, getEncoder