Package org.apache.nutch.crawl
Class CrawlDbReader.JsonIndenter
- java.lang.Object
-
- com.fasterxml.jackson.core.util.MinimalPrettyPrinter
-
- org.apache.nutch.crawl.CrawlDbReader.JsonIndenter
-
- All Implemented Interfaces:
com.fasterxml.jackson.core.PrettyPrinter
,Serializable
- Enclosing class:
- CrawlDbReader
public static class CrawlDbReader.JsonIndenter extends com.fasterxml.jackson.core.util.MinimalPrettyPrinter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonIndenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeObjectEntrySeparator(com.fasterxml.jackson.core.JsonGenerator jg)
void
writeObjectFieldValueSeparator(com.fasterxml.jackson.core.JsonGenerator jg)
-
-
-
Method Detail
-
writeObjectFieldValueSeparator
public void writeObjectFieldValueSeparator(com.fasterxml.jackson.core.JsonGenerator jg) throws IOException, com.fasterxml.jackson.core.JsonGenerationException
- Specified by:
writeObjectFieldValueSeparator
in interfacecom.fasterxml.jackson.core.PrettyPrinter
- Overrides:
writeObjectFieldValueSeparator
in classcom.fasterxml.jackson.core.util.MinimalPrettyPrinter
- Throws:
IOException
com.fasterxml.jackson.core.JsonGenerationException
-
writeObjectEntrySeparator
public void writeObjectEntrySeparator(com.fasterxml.jackson.core.JsonGenerator jg) throws IOException, com.fasterxml.jackson.core.JsonGenerationException
- Specified by:
writeObjectEntrySeparator
in interfacecom.fasterxml.jackson.core.PrettyPrinter
- Overrides:
writeObjectEntrySeparator
in classcom.fasterxml.jackson.core.util.MinimalPrettyPrinter
- Throws:
IOException
com.fasterxml.jackson.core.JsonGenerationException
-
-