Package | Description |
---|---|
com.stevewedig.blog.symbol.translate | |
com.stevewedig.blog.translate |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigFormat
A "type alias" binding Format's Model to Map<String, String>.
|
interface |
SymbolFormat
A "type alias" binding Format's Model to SymbolMap.
|
interface |
SymbolTranslator
A Translator that converts between Map<String, String> and SymbolMap.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Format<Model>
A "type alias" binding Translator's Syntax to String.
|
Modifier and Type | Method and Description |
---|---|
static <A,B> Format<B> |
FormatLib.chain(Format<A> format,
Translator<A,B> translator)
Chain together a format and a translator to create the combined format.
|
Copyright © 2014. All rights reserved.