Class EntityCodecAdapter<T, C extends EntityCodecDirect<T>>
java.lang.Object
org.aksw.commons.codec.entity.api.EntityCodecAdapter<T,C>
- All Implemented Interfaces:
EntityCodec<T>, EntityCodecDirect<T>, EntityCodecIndirect<T>, EntityCodecIndirectBase<T>
public class EntityCodecAdapter<T, C extends EntityCodecDirect<T>>
extends Object
implements EntityCodecIndirectBase<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EntityCodecDirect
decodeOrGetAsGivenMethods inherited from interface EntityCodecIndirectBase
canDecode, decode, encode
-
Field Details
-
codecCore
-
-
Constructor Details
-
EntityCodecAdapter
-
-
Method Details
-
getEncoder
- Specified by:
getEncoderin interfaceEntityCodecIndirect<T>
-
getDecoder
- Specified by:
getDecoderin interfaceEntityCodecIndirect<T>
-