Class StringCodecPrefixAndSuffix
java.lang.Object
org.aksw.commons.codec.string.impl.StringCodecPrefixAndSuffix
- All Implemented Interfaces:
EntityCodec<String>,EntityCodecDirect<String>,EntityCodecDirectBase<String>,EntityCodecIndirect<String>,StringCodec,StringCodecDirectBase
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic StringCodecPrefixAndSuffixstatic StringCodecPrefixAndSuffixMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.codec.entity.api.EntityCodecDirect
decodeOrGetAsGivenMethods inherited from interface org.aksw.commons.codec.entity.api.EntityCodecDirectBase
asEntityCodec, getDecoder, getEncoder
-
Field Details
-
prefix
-
suffix
-
-
Constructor Details
-
StringCodecPrefixAndSuffix
-
-
Method Details
-
getPrefix
-
getSuffix
-
encode
- Specified by:
encodein interfaceEntityCodecDirect<String>
-
canDecode
- Specified by:
canDecodein interfaceEntityCodecDirect<String>
-
decode
- Specified by:
decodein interfaceEntityCodecDirect<String>
-
create
-
create
-