public class JustReturningParser<T> extends Object implements NotationParser<T>
| Constructor and Description |
|---|
JustReturningParser(Class<T> passThroughType) |
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