Interface EntityCodecIndirect<T>
- Type Parameters:
T-
- All Known Subinterfaces:
EntityCodec<T>,EntityCodecDirectBase<T>,EntityCodecIndirectBase<T>,StringCodec,StringCodecDirectBase
- All Known Implementing Classes:
EntityCodecAdapter,EntityCodecImpl,StringCodecPrefixAndSuffix,StringCodecQuote
public interface EntityCodecIndirect<T>
The base interface for a view on a codecs which are based
on getEncoder() and getDecoder() methods.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getEncoder
EntityTransform<T> getEncoder() -
getDecoder
EntityTransform<T> getDecoder()
-