Interface EncodingState

  • All Known Implementing Classes:
    EncodingStateImpl

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

      • getEncoders

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

        EncodingState getPreviousEncodingState()