public interface NotationParser<T>
| Modifier and Type | Method and Description |
|---|---|
void |
describe(Collection<String> candidateFormats) |
T |
parseNotation(Object notation) |
void describe(Collection<String> candidateFormats)
T parseNotation(Object notation) throws UnsupportedNotationException
UnsupportedNotationExceptionCopyright © 2013. All rights reserved