Class AbstractJsonWriter.StackElement

  • Enclosing class:
    AbstractJsonWriter

    private static class AbstractJsonWriter.StackElement
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int status  
      (package private) java.lang.Class type  
    • Constructor Summary

      Constructors 
      Constructor Description
      StackElement​(java.lang.Class type, int status)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • type

        final java.lang.Class type
      • status

        int status
    • Constructor Detail

      • StackElement

        public StackElement​(java.lang.Class type,
                            int status)