Uses of Interface
org.aksw.commons.codec.entity.api.EntityCodecIndirect
Packages that use EntityCodecIndirect
Package
Description
-
Uses of EntityCodecIndirect in org.aksw.commons.codec.entity.api
Subinterfaces of EntityCodecIndirect 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 EntityCodecIndirect -
Uses of EntityCodecIndirect in org.aksw.commons.codec.entity.impl
Classes in org.aksw.commons.codec.entity.impl that implement EntityCodecIndirect -
Uses of EntityCodecIndirect in org.aksw.commons.codec.string.api
Subinterfaces of EntityCodecIndirect in org.aksw.commons.codec.string.api -
Uses of EntityCodecIndirect in org.aksw.commons.codec.string.impl
Classes in org.aksw.commons.codec.string.impl that implement EntityCodecIndirectModifier 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.