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