Uses of Interface
org.aksw.commons.codec.entity.api.EntityCodecDirect
Packages that use EntityCodecDirect
Package
Description
-
Uses of EntityCodecDirect in org.aksw.commons.codec.entity.api
Classes in org.aksw.commons.codec.entity.api with type parameters of type EntityCodecDirectSubinterfaces of EntityCodecDirect in org.aksw.commons.codec.entity.apiModifier and TypeInterfaceDescriptioninterfaceEntityCodec<T>The EntityCodec API supports both the indirect and the direct views.interfaceA basic codec for entities (rather than streams).interfaceAn entity codec provides the metohds getEncoder and getDecoder.Classes in org.aksw.commons.codec.entity.api that implement EntityCodecDirectFields in org.aksw.commons.codec.entity.api declared as EntityCodecDirect -
Uses of EntityCodecDirect in org.aksw.commons.codec.entity.impl
Classes in org.aksw.commons.codec.entity.impl that implement EntityCodecDirect -
Uses of EntityCodecDirect in org.aksw.commons.codec.string.api
Subinterfaces of EntityCodecDirect in org.aksw.commons.codec.string.api -
Uses of EntityCodecDirect in org.aksw.commons.codec.string.impl
Classes in org.aksw.commons.codec.string.impl that implement EntityCodecDirectModifier and TypeClassDescriptionclassclassStringCodec that prepends and appends a quote char to a given string and also escapes any occurrence of the quote char within the string with an escape char.