Uses of Interface
org.gridkit.jvmtool.jackson.PrettyPrinter

Packages that use PrettyPrinter
org.gridkit.jvmtool.jackson   
org.gridkit.jvmtool.util.json   
 

Uses of PrettyPrinter in org.gridkit.jvmtool.jackson
 

Classes in org.gridkit.jvmtool.jackson that implement PrettyPrinter
 class DefaultPrettyPrinter
          Default PrettyPrinter implementation that uses 2-space indentation with platform-default linefeeds.
 

Fields in org.gridkit.jvmtool.jackson declared as PrettyPrinter
protected  PrettyPrinter JsonGenerator._cfgPrettyPrinter
          Object that handles pretty-printing (usually additional white space to make results more human-readable) during output.
 

Methods in org.gridkit.jvmtool.jackson with parameters of type PrettyPrinter
 JsonGenerator JsonGenerator.setPrettyPrinter(PrettyPrinter pp)
          Method for setting a custom pretty printer, which is usually used to add indentation for improved human readability.
 

Uses of PrettyPrinter in org.gridkit.jvmtool.util.json
 

Methods in org.gridkit.jvmtool.util.json with parameters of type PrettyPrinter
 void SmartJsonWriter.setPrettyPrinter(PrettyPrinter prettyPrinter)
           
 



Copyright © 2019. All Rights Reserved.