Apache CXF API

org.apache.cxf.endpoint
Class FourSpacePrettyPrinter

java.lang.Object
  extended by com.fasterxml.jackson.core.util.DefaultPrettyPrinter
      extended by org.apache.cxf.endpoint.FourSpacePrettyPrinter
All Implemented Interfaces:
com.fasterxml.jackson.core.PrettyPrinter, com.fasterxml.jackson.core.util.Instantiatable<com.fasterxml.jackson.core.util.DefaultPrettyPrinter>, Serializable

public class FourSpacePrettyPrinter
extends com.fasterxml.jackson.core.util.DefaultPrettyPrinter

See Also:
Serialized Form

Nested Class Summary
static class FourSpacePrettyPrinter.Lf4SpacesIndenter
           
 
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.Lf2SpacesIndenter, com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter
 
Field Summary
 
Fields inherited from class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
_arrayIndenter, _nesting, _objectIndenter, _rootSeparator, _spacesInObjectEntries, DEFAULT_ROOT_VALUE_SEPARATOR
 
Constructor Summary
FourSpacePrettyPrinter()
           
 
Method Summary
 
Methods inherited from class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
_withSpaces, beforeArrayValues, beforeObjectEntries, createInstance, indentArraysWith, indentObjectsWith, spacesInObjectEntries, withArrayIndenter, withObjectIndenter, withoutSpacesInObjectEntries, withRootSeparator, withSpacesInObjectEntries, writeArrayValueSeparator, writeEndArray, writeEndObject, writeObjectEntrySeparator, writeObjectFieldValueSeparator, writeRootValueSeparator, writeStartArray, writeStartObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FourSpacePrettyPrinter

public FourSpacePrettyPrinter()

Apache CXF API

Apache CXF