public interface Outputter
ValueFormatter
.Modifier and Type | Field and Description |
---|---|
static String |
KEY |
static String |
MAX_DEPTH |
static String |
ROW |
Modifier and Type | Method and Description |
---|---|
String |
asString() |
void |
formatKey(String key) |
void |
formatMaxDepthReached(ValueFormatter<?> valueFormatter) |
void |
formatMultiValue(ValueFormatter<?> valueFormatter) |
void |
formatSingleValue(ValueFormatter<?> valueFormatter) |
void |
indent(int level) |
static final String MAX_DEPTH
static final String ROW
static final String KEY
void formatSingleValue(ValueFormatter<?> valueFormatter)
void formatMultiValue(ValueFormatter<?> valueFormatter)
void formatMaxDepthReached(ValueFormatter<?> valueFormatter)
void formatKey(String key)
void indent(int level)
String asString()
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.