Class MultilineValue.Marker

  • Enclosing class:
    MultilineValue

    public static class MultilineValue.Marker
    extends java.lang.Object
    Multi-line value descriptor.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int ending  
      int indent  
      boolean keep  
    • Constructor Summary

      Constructors 
      Constructor Description
      Marker()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • keep

        public boolean keep
      • ending

        public int ending
      • indent

        public int indent
    • Constructor Detail

      • Marker

        public Marker()