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