Interface EntityCodecDirectBase<T>
- All Superinterfaces:
EntityCodec<T>,EntityCodecDirect<T>,EntityCodecIndirect<T>
- All Known Subinterfaces:
StringCodecDirectBase
- All Known Implementing Classes:
StringCodecPrefixAndSuffix,StringCodecQuote
A basic codec for entities (rather than streams).
Typically for use with Strings.
-
Method Summary
Modifier and TypeMethodDescriptiondefault EntityCodecIndirectBase<T>default EntityTransform<T>default EntityTransform<T>Methods inherited from interface org.aksw.commons.codec.entity.api.EntityCodecDirect
canDecode, decode, decodeOrGetAsGiven, encode
-
Method Details
-
asEntityCodec
-
getEncoder
- Specified by:
getEncoderin interfaceEntityCodecIndirect<T>
-
getDecoder
- Specified by:
getDecoderin interfaceEntityCodecIndirect<T>
-