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