org.apache.cxf.endpoint
Class FourSpacePrettyPrinter.Lf4SpacesIndenter
java.lang.Object
com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter
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
Fields inherited from class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter |
instance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final FourSpacePrettyPrinter.Lf4SpacesIndenter INSTANCE
FourSpacePrettyPrinter.Lf4SpacesIndenter
public FourSpacePrettyPrinter.Lf4SpacesIndenter()
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