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 CodecIdentifierProviderMarker interface that tells that the instance has information about the CodecEncoderandDecoderinterfaces extend this interface.- Since:
- 2.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodecIdentifiergetCodecIdentifier()Gets the codec identifier information.
-
-
-
Method Detail
-
getCodecIdentifier
CodecIdentifier getCodecIdentifier()
Gets the codec identifier information.- Returns:
- the codec identifier information
-
-