Package org.grails.encoder
Interface CodecIdentifierProvider
- All Known Subinterfaces:
Decoder,Encoder,StreamingEncoder
- All Known Implementing Classes:
AbstractCharReplacementEncoder,BasicJSONEncoder,BasicXMLEncoder,ChainedDecoder,ChainedEncoder,HTML4Decoder,HTML4Encoder,HTMLEncoder,JavaScriptEncoder,NoneEncoder,RawCodec
public interface CodecIdentifierProvider
Marker interface that tells that the instance has information about the Codec
Encoder and Decoder interfaces extend this interface.- Since:
- 2.3
-
Method Summary
Modifier and TypeMethodDescriptionGets the codec identifier information.
-
Method Details
-
getCodecIdentifier
CodecIdentifier getCodecIdentifier()Gets the codec identifier information.- Returns:
- the codec identifier information
-