Mapper.MappedException<AO>| Constructor and Description |
|---|
StringMapper(Alphabet<CI> alphabet) |
| Modifier and Type | Method and Description |
|---|---|
Alphabet<String> |
getMappedInputs() |
CI |
mapInput(String abstractInput)
Method that maps an abstract input to a corresponding concrete input.
|
String |
mapOutput(Object concreteOutput)
Method that maps a concrete output to a corresponding abstract output.
|
mapUnwrappedException, mapWrappedException, post, prepublic CI mapInput(String abstractInput)
MapperabstractInput - the abstract inputpublic String mapOutput(Object concreteOutput)
MapperconcreteOutput - the concrete outputCopyright © 2015. All rights reserved.