protected static class TypePool.AbstractBase.RawTypeValue.Loaded extends Object implements AnnotationDescription.AnnotationValue.Loaded<Class<?>>
AnnotationDescription.AnnotationValue.Loaded.State
Constructor and Description |
---|
Loaded(Class<?> type)
Creates a new representation for an annotation property referencing a type.
|
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() |
Class<?> |
resolve()
Resolves the value to the actual value of an annotation.
|
String |
toString() |
public Loaded(Class<?> type)
type
- The type that is represented by an annotation property.public AnnotationDescription.AnnotationValue.Loaded.State getState()
AnnotationDescription.AnnotationValue.Loaded
getState
in interface AnnotationDescription.AnnotationValue.Loaded<Class<?>>
public Class<?> resolve()
AnnotationDescription.AnnotationValue.Loaded
resolve
in interface AnnotationDescription.AnnotationValue.Loaded<Class<?>>
Copyright © 2014–2015. All rights reserved.