W - The component type of the loaded array.protected static class AnnotationDescription.AnnotationValue.ForComplexArray.Loaded<W> extends Object implements AnnotationDescription.AnnotationValue.Loaded<W[]>
AnnotationDescription.AnnotationValue.Loaded.State| Modifier | Constructor and Description |
|---|---|
protected |
Loaded(Class<W> componentType,
List<AnnotationDescription.AnnotationValue.Loaded<?>> values)
Creates a new loaded value representing a complex array.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
AnnotationDescription.AnnotationValue.Loaded.State |
getState()
Returns the state of the represented loaded annotation value.
|
int |
hashCode() |
W[] |
resolve()
Resolves the value to the actual value of an annotation.
|
String |
toString() |
protected Loaded(Class<W> componentType, List<AnnotationDescription.AnnotationValue.Loaded<?>> values)
componentType - The loaded component type of the array.values - A list of loaded values that the represented array contains.public AnnotationDescription.AnnotationValue.Loaded.State getState()
AnnotationDescription.AnnotationValue.LoadedgetState in interface AnnotationDescription.AnnotationValue.Loaded<W[]>public W[] resolve()
AnnotationDescription.AnnotationValue.Loadedresolve in interface AnnotationDescription.AnnotationValue.Loaded<W[]>Copyright © 2014–2016. All rights reserved.