Class PyishCharacterEscapes

  • All Implemented Interfaces:
    Serializable

    @Beta
    public class PyishCharacterEscapes
    extends com.fasterxml.jackson.core.io.CharacterEscapes
    See Also:
    Serialized Form
    • Method Detail

      • getEscapeCodesForAscii

        public int[] getEscapeCodesForAscii()
        Specified by:
        getEscapeCodesForAscii in class com.fasterxml.jackson.core.io.CharacterEscapes
      • getEscapeSequence

        public com.fasterxml.jackson.core.SerializableString getEscapeSequence​(int ch)
        Specified by:
        getEscapeSequence in class com.fasterxml.jackson.core.io.CharacterEscapes