AnnotationValue
, Expression
public class AnnotationValueList extends Object implements AnnotationValue
Constructor | Description |
---|---|
AnnotationValueList(List<AnnotationValue> valueList) |
Modifier and Type | Method | Description |
---|---|---|
Object |
accept(ExpressionVisitor visitor) |
Accept a visitor for this value.
|
List<Object> |
getParameterValue() |
Get a parameter value for
JavaAnnotation.getNamedParameter(String) . |
List<AnnotationValue> |
getValueList() |
|
String |
toString() |
public AnnotationValueList(List<AnnotationValue> valueList)
public List<AnnotationValue> getValueList()
public Object accept(ExpressionVisitor visitor)
accept
in interface AnnotationValue
visitor
- Visitorpublic List<Object> getParameterValue()
JavaAnnotation.getNamedParameter(String)
.getParameterValue
in interface Expression
Copyright © 2002–2018. All rights reserved.