Class MapSerializerUtil.UnescapeResult

  • Enclosing class:
    MapSerializerUtil

    public static class MapSerializerUtil.UnescapeResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UnescapeResult​(char ch, int escapedLength)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char getChar()  
      int getEscapedLength()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UnescapeResult

        public UnescapeResult​(char ch,
                              int escapedLength)
    • Method Detail

      • getChar

        public char getChar()
      • getEscapedLength

        public int getEscapedLength()