public class XCharAnnotationValueParser extends XAnnotationValueParser<Character,Character>
| Constructor and Description |
|---|
XCharAnnotationValueParser() |
| Modifier and Type | Method and Description |
|---|---|
XAnnotationValue<Character> |
construct(Character value,
Class<?> type) |
ExpressionVisitor<XAnnotationValue<Character>> |
createExpressionVisitor(Class<?> type) |
XAnnotationValue<Character> |
parse(String value,
Class<?> type) |
public XAnnotationValue<Character> parse(String value, Class<?> type) throws ValueParseException
parse in class XAnnotationValueParser<Character,Character>ValueParseExceptionpublic XAnnotationValue<Character> construct(Character value, Class<?> type)
construct in class XAnnotationValueParser<Character,Character>public ExpressionVisitor<XAnnotationValue<Character>> createExpressionVisitor(Class<?> type)
createExpressionVisitor in class XAnnotationValueParser<Character,Character>Copyright © 2006–2016. All rights reserved.