public class ErrorHandlingNotationParser<T> extends Object implements NotationParser<T>
| Constructor and Description |
|---|
ErrorHandlingNotationParser(String targetTypeDisplayName,
String invalidNotationMessage,
NotationParser<T> delegate) |
public ErrorHandlingNotationParser(String targetTypeDisplayName, String invalidNotationMessage, NotationParser<T> delegate)
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