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>
ValueParseException
public 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–2017. All rights reserved.