public abstract class TypedNotationParser<N,T> extends Object implements NotationParser<T>
| Constructor and Description |
|---|
TypedNotationParser(Class<N> typeToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
describe(Collection<String> candidateFormats) |
T |
parseNotation(Object notation) |
protected abstract T |
parseType(N notation) |
public void describe(Collection<String> candidateFormats)
describe in interface NotationParser<T>public T parseNotation(Object notation)
parseNotation in interface NotationParser<T>Copyright © 2013. All rights reserved