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_SEPARATORFields inherited from interface com.fasterxml.jackson.core.PrettyPrinter
DEFAULT_SEPARATORS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithEmptyObjectSeparator(boolean useEmptyObjectSeparator) com.fasterxml.jackson.core.util.DefaultPrettyPrinterwithSeparators(com.fasterxml.jackson.core.util.Separators separators) voidwriteEndObject(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
-
Constructor Details
-
ModelExtensionsPrettyPrinter
public ModelExtensionsPrettyPrinter()
-
-
Method Details
-
createInstance
- Specified by:
createInstancein interfacecom.fasterxml.jackson.core.util.Instantiatable<com.fasterxml.jackson.core.util.DefaultPrettyPrinter>- Overrides:
createInstancein classcom.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
withEmptyObjectSeparator
-
withSeparators
public com.fasterxml.jackson.core.util.DefaultPrettyPrinter withSeparators(com.fasterxml.jackson.core.util.Separators separators) - Overrides:
withSeparatorsin classcom.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
writeEndObject
public void writeEndObject(com.fasterxml.jackson.core.JsonGenerator g, int nrOfEntries) throws IOException - Specified by:
writeEndObjectin interfacecom.fasterxml.jackson.core.PrettyPrinter- Overrides:
writeEndObjectin classcom.fasterxml.jackson.core.util.DefaultPrettyPrinter- Throws:
IOException
-