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