public interface IJsonTypeVisitor<O,E extends Exception>
  • Method Details

    • visitObject

      O visitObject() throws E
      Throws:
      E extends Exception
    • visitString

      O visitString() throws E
      Throws:
      E extends Exception
    • visitNumber

      O visitNumber() throws E
      Throws:
      E extends Exception
    • visitBoolean

      O visitBoolean() throws E
      Throws:
      E extends Exception
    • visitNull

      O visitNull() throws E
      Throws:
      E extends Exception
    • visitArray

      O visitArray() throws E
      Throws:
      E extends Exception
    • visitCharacter

      O visitCharacter() throws E
      Throws:
      E extends Exception