public interface ValueFormat
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ValueFormat.Element |
static class |
ValueFormat.ElementType |
| Modifier and Type | Method and Description |
|---|---|
void |
addText(String text) |
void |
addVariable(String variable) |
String |
format(ValueMap map) |
String |
getPattern() |
List<? extends ValueFormat.Element> |
toList() |
void |
traverse(ValueFormatVisitor visitor) |
void traverse(ValueFormatVisitor visitor)
String getPattern()
List<? extends ValueFormat.Element> toList()
void addText(String text)
void addVariable(String variable)
Copyright © 2019. All rights reserved.