Class JsonContentHandlerJacksonWrapper.FixedSpaceIndenterWithNesting

java.lang.Object
com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter
com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter
org.apache.uima.json.impl.JsonContentHandlerJacksonWrapper.FixedSpaceIndenterWithNesting
All Implemented Interfaces:
com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Indenter, 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 final long
     

    Fields inherited from class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter

    instance
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    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
  • Field Details

  • Constructor Details

    • FixedSpaceIndenterWithNesting

      private FixedSpaceIndenterWithNesting()
  • Method Details

    • 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