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