AnnotationValueVisitor#visitUnknown
Modifier and Type | Field and Description |
---|---|
private transient AnnotationValue | |
private transient Object | |
private static final long |
Access | Constructor and Description |
---|---|
public | UnknownAnnotationValueException(AnnotationValue
the unknown annotation value, may be av, Object null an additional parameter, may be p)null Creates a new |
Modifier and Type | Method and Description |
---|---|
public Object | Returns: the additional argument, ornull if unavailableReturns the additional argument. |
public AnnotationValue | Returns: the unknown element, ornull if unavailableReturns the unknown annotation value. |
av | back to summary |
---|---|
private transient AnnotationValue av |
parameter | back to summary |
---|---|
private transient Object parameter |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides javax. |
UnknownAnnotationValueException | back to summary |
---|---|
public UnknownAnnotationValueException(AnnotationValue av, Object p) Creates a new
|
getArgument | back to summary |
---|---|
public Object getArgument() Returns the additional argument.
|
getUnknownAnnotationValue | back to summary |
---|---|
public AnnotationValue getUnknownAnnotationValue() Returns the unknown annotation value. The value may be unavailable if this exception has been serialized and then read back in.
|