Package org.grails.encoder
Class ChainedDecoder
java.lang.Object
org.grails.encoder.ChainedDecoder
- All Implemented Interfaces:
CodecIdentifierProvider,Decoder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CombinedCodecIdentifiercreateCodecIdentifier(Decoder[] decoders) Decode given input objectGets the codec identifier information.
-
Field Details
-
decoders
-
codecIdentifier
-
-
Constructor Details
-
ChainedDecoder
-
-
Method Details
-
createCodecIdentifier
-
getCodecIdentifier
Description copied from interface:CodecIdentifierProviderGets the codec identifier information.- Specified by:
getCodecIdentifierin interfaceCodecIdentifierProvider- Returns:
- the codec identifier information
-
decode
Description copied from interface:DecoderDecode given input object
-