Class ModelExtensionsPrettyPrinter

java.lang.Object
com.fasterxml.jackson.core.util.DefaultPrettyPrinter
org.activiti.cloud.services.modeling.service.utils.ModelExtensionsPrettyPrinter
All Implemented Interfaces:
com.fasterxml.jackson.core.PrettyPrinter, com.fasterxml.jackson.core.util.Instantiatable<com.fasterxml.jackson.core.util.DefaultPrettyPrinter>, Serializable

public class ModelExtensionsPrettyPrinter extends com.fasterxml.jackson.core.util.DefaultPrettyPrinter
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fasterxml.jackson.core.util.DefaultPrettyPrinter

    com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter, com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Indenter, com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter
  • Field Summary

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

    _arrayIndenter, _nesting, _objectFieldValueSeparatorWithSpaces, _objectIndenter, _rootSeparator, _separators, _spacesInObjectEntries, DEFAULT_ROOT_VALUE_SEPARATOR

    Fields inherited from interface com.fasterxml.jackson.core.PrettyPrinter

    DEFAULT_SEPARATORS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    withEmptyObjectSeparator(boolean useEmptyObjectSeparator)
     
    com.fasterxml.jackson.core.util.DefaultPrettyPrinter
    withSeparators(com.fasterxml.jackson.core.util.Separators separators)
     
    void
    writeEndObject(com.fasterxml.jackson.core.JsonGenerator g, int nrOfEntries)
     

    Methods inherited from class com.fasterxml.jackson.core.util.DefaultPrettyPrinter

    _withSpaces, beforeArrayValues, beforeObjectEntries, indentArraysWith, indentObjectsWith, withArrayIndenter, withObjectIndenter, withoutSpacesInObjectEntries, withRootSeparator, withRootSeparator, withSpacesInObjectEntries, writeArrayValueSeparator, writeEndArray, writeObjectEntrySeparator, writeObjectFieldValueSeparator, writeRootValueSeparator, writeStartArray, writeStartObject

    Methods inherited from class java.lang.Object

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

    • ModelExtensionsPrettyPrinter

      public ModelExtensionsPrettyPrinter()
  • Method Details

    • createInstance

      public ModelExtensionsPrettyPrinter createInstance()
      Specified by:
      createInstance in interface com.fasterxml.jackson.core.util.Instantiatable<com.fasterxml.jackson.core.util.DefaultPrettyPrinter>
      Overrides:
      createInstance in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
    • withEmptyObjectSeparator

      public ModelExtensionsPrettyPrinter withEmptyObjectSeparator(boolean useEmptyObjectSeparator)
    • withSeparators

      public com.fasterxml.jackson.core.util.DefaultPrettyPrinter withSeparators(com.fasterxml.jackson.core.util.Separators separators)
      Overrides:
      withSeparators in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
    • writeEndObject

      public void writeEndObject(com.fasterxml.jackson.core.JsonGenerator g, int nrOfEntries) throws IOException
      Specified by:
      writeEndObject in interface com.fasterxml.jackson.core.PrettyPrinter
      Overrides:
      writeEndObject in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
      Throws:
      IOException