Uses of Package
org.aksw.commons.codec.entity.api
Packages that use org.aksw.commons.codec.entity.api
Package
Description
-
Classes in org.aksw.commons.codec.entity.api used by org.aksw.commons.codec.entity.apiClassDescriptionThe EntityCodec API supports both the indirect and the direct views.The base interface for a view on a codecs which are based on encode(), decode() and canDecode() methods.The base interface for a view on a codecs which are based on getEncoder() and getDecoder() methods.An entity codec provides the metohds getEncoder and getDecoder.
-
Classes in org.aksw.commons.codec.entity.api used by org.aksw.commons.codec.entity.implClassDescriptionThe EntityCodec API supports both the indirect and the direct views.The base interface for a view on a codecs which are based on encode(), decode() and canDecode() methods.The base interface for a view on a codecs which are based on getEncoder() and getDecoder() methods.An entity codec provides the metohds getEncoder and getDecoder.
-
Classes in org.aksw.commons.codec.entity.api used by org.aksw.commons.codec.entity.util
-
Classes in org.aksw.commons.codec.entity.api used by org.aksw.commons.codec.string.apiClassDescriptionThe EntityCodec API supports both the indirect and the direct views.The base interface for a view on a codecs which are based on encode(), decode() and canDecode() methods.A basic codec for entities (rather than streams).The base interface for a view on a codecs which are based on getEncoder() and getDecoder() methods.
-
Classes in org.aksw.commons.codec.entity.api used by org.aksw.commons.codec.string.implClassDescriptionThe EntityCodec API supports both the indirect and the direct views.The base interface for a view on a codecs which are based on encode(), decode() and canDecode() methods.A basic codec for entities (rather than streams).The base interface for a view on a codecs which are based on getEncoder() and getDecoder() methods.
-
Classes in org.aksw.commons.codec.entity.api used by org.aksw.commons.codec.string.util