Class PackageJsonPrettyPrinter
- java.lang.Object
-
- com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
- net.jangaroo.jooc.mvnplugin.converter.PackageJsonPrettyPrinter
-
- All Implemented Interfaces:
com.fasterxml.jackson.core.PrettyPrinter,com.fasterxml.jackson.core.util.Instantiatable<com.fasterxml.jackson.core.util.DefaultPrettyPrinter>,Serializable
public class PackageJsonPrettyPrinter 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 PackageJsonPrettyPrinter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.core.util.DefaultPrettyPrintercreateInstance()voidwriteObjectFieldValueSeparator(com.fasterxml.jackson.core.JsonGenerator jg)-
Methods inherited from class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
_withSpaces, beforeArrayValues, beforeObjectEntries, indentArraysWith, indentObjectsWith, withArrayIndenter, withObjectIndenter, withoutSpacesInObjectEntries, withRootSeparator, withRootSeparator, withSeparators, withSpacesInObjectEntries, writeArrayValueSeparator, writeEndArray, writeEndObject, writeObjectEntrySeparator, writeRootValueSeparator, writeStartArray, writeStartObject
-
-
-
-
Method Detail
-
createInstance
public com.fasterxml.jackson.core.util.DefaultPrettyPrinter createInstance()
- Specified by:
createInstancein interfacecom.fasterxml.jackson.core.util.Instantiatable<com.fasterxml.jackson.core.util.DefaultPrettyPrinter>- Overrides:
createInstancein classcom.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
writeObjectFieldValueSeparator
public void writeObjectFieldValueSeparator(com.fasterxml.jackson.core.JsonGenerator jg) throws IOException- Specified by:
writeObjectFieldValueSeparatorin interfacecom.fasterxml.jackson.core.PrettyPrinter- Overrides:
writeObjectFieldValueSeparatorin classcom.fasterxml.jackson.core.util.DefaultPrettyPrinter- Throws:
IOException
-
-