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>ValueParseExceptionpublic 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–2016. All rights reserved.