Apache CXF API

org.apache.cxf.endpoint
Class FourSpacePrettyPrinter.Lf4SpacesIndenter

java.lang.Object
  extended by com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter
      extended by org.apache.cxf.endpoint.FourSpacePrettyPrinter.Lf4SpacesIndenter
All Implemented Interfaces:
com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Indenter, Serializable
Enclosing class:
FourSpacePrettyPrinter

public static class FourSpacePrettyPrinter.Lf4SpacesIndenter
extends com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter

See Also:
Serialized Form

Field Summary
static FourSpacePrettyPrinter.Lf4SpacesIndenter INSTANCE
           
 
Fields inherited from class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter
instance
 
Constructor Summary
FourSpacePrettyPrinter.Lf4SpacesIndenter()
           
 
Method Summary
 boolean isInline()
           
 void writeIndentation(com.fasterxml.jackson.core.JsonGenerator jg, int level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final FourSpacePrettyPrinter.Lf4SpacesIndenter INSTANCE
Constructor Detail

FourSpacePrettyPrinter.Lf4SpacesIndenter

public FourSpacePrettyPrinter.Lf4SpacesIndenter()
Method Detail

isInline

public boolean isInline()
Specified by:
isInline in interface com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Indenter
Overrides:
isInline in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter

writeIndentation

public void writeIndentation(com.fasterxml.jackson.core.JsonGenerator jg,
                             int level)
                      throws IOException,
                             com.fasterxml.jackson.core.JsonGenerationException
Specified by:
writeIndentation in interface com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Indenter
Overrides:
writeIndentation in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter
Throws:
IOException
com.fasterxml.jackson.core.JsonGenerationException

Apache CXF API

Apache CXF