Interface EncodingState

All Known Implementing Classes:
EncodingStateImpl

public interface EncodingState
Holds the state of applied encodings
Since:
2.3
  • Method Details

    • getEncoders

      Set<Encoder> getEncoders()
      Gets the current encoding state (= encoder that have been applied)
      Returns:
      the encoders that have been applied
    • appendEncoder

      EncodingState appendEncoder(Encoder encoder)
    • getPreviousEncodingState

      EncodingState getPreviousEncodingState()