Class and Description |
---|
com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Lf2SpacesIndenter
Since 2.5 use
DefaultIndenter instead |
Field and Description |
---|
com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Lf2SpacesIndenter.instance
Use
DefaultIndenter.SYSTEM_LINEFEED_INSTANCE instead |
Constructor and Description |
---|
com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Lf2SpacesIndenter()
Use
new DefaultIndenter(" ", DefaultIndenter.SYS_LF) instead |
com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Lf2SpacesIndenter(String)
Use
new DefaultIndenter(" ", lf) instead |
com.fasterxml.jackson.core.Version(int, int, int, String)
Use variant that takes group and artifact ids
|
Copyright © 2014-2015 FasterXML. All Rights Reserved.