Package org.grails.encoder.impl
Class XMLCodecFactory
java.lang.Object
org.grails.encoder.impl.XMLCodecFactory
- All Implemented Interfaces:
CodecFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the decoder instance.Gets the encoder instance.
-
Field Details
-
encoder
-
decoder
-
-
Constructor Details
-
XMLCodecFactory
public XMLCodecFactory()
-
-
Method Details
-
getEncoder
Description copied from interface:CodecFactoryGets the encoder instance.- Specified by:
getEncoderin interfaceCodecFactory- Returns:
- the encoder
-
getDecoder
Description copied from interface:CodecFactoryGets the decoder instance.- Specified by:
getDecoderin interfaceCodecFactory- Returns:
- the decoder
-