Package org.grails.encoder
Interface EncoderAware
-
- All Known Implementing Classes:
CodecPrintWriter,EncodedAppenderWriter,StreamingEncoderWriter
public interface EncoderAwareMarks a instance capable of providing information about the current encoder that is in use- Since:
- 2.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncodergetEncoder()Gets the current encoder in use.
-
-
-
Method Detail
-
getEncoder
Encoder getEncoder()
Gets the current encoder in use.- Returns:
- the encoder
-
-