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:
- Serialized Form
-
-
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
-
-
Constructor Summary
Constructors Constructor Description ModelExtensionsPrettyPrinter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelExtensionsPrettyPrintercreateInstance()ModelExtensionsPrettyPrinterwithEmptyObjectSeparator(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
-
-
-
-
Method Detail
-
createInstance
public ModelExtensionsPrettyPrinter 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
public ModelExtensionsPrettyPrinter withEmptyObjectSeparator(boolean useEmptyObjectSeparator)
-
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
-
-