Class JsonContentHandlerJacksonWrapper.FixedSpaceIndenterWithNesting

  • All Implemented Interfaces:
    com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Indenter, java.io.Serializable
    Enclosing class:
    JsonContentHandlerJacksonWrapper

    private static class JsonContentHandlerJacksonWrapper.FixedSpaceIndenterWithNesting
    extends com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
      • Fields inherited from class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter

        instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isInline()  
      • Methods inherited from class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter

        writeIndentation
      • Methods inherited from class java.lang.Object

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

      • FixedSpaceIndenterWithNesting

        private FixedSpaceIndenterWithNesting()
    • Method Detail

      • isInline

        public boolean isInline()
        Specified by:
        isInline in interface com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Indenter
        Overrides:
        isInline in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter