Package org.grails.encoder
Interface EncoderAware
- All Known Implementing Classes:
CodecPrintWriter,EncodedAppenderWriter,StreamingEncoderWriter
public interface EncoderAware
Marks a instance capable of providing information about the current encoder
that is in use
- Since:
- 2.3
-
Method Summary
-
Method Details
-
getEncoder
Encoder getEncoder()Gets the current encoder in use.- Returns:
- the encoder
-