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