Class AnnotationValue.ForTypeDescription.Loaded<U extends Class<U>>
java.lang.Object
net.bytebuddy.description.annotation.AnnotationValue.Loaded.AbstractBase<U>
net.bytebuddy.description.annotation.AnnotationValue.ForTypeDescription.Loaded<U>
- Type Parameters:
U
- The represented type.
- All Implemented Interfaces:
AnnotationValue.Loaded<U>
- Enclosing class:
- AnnotationValue.ForTypeDescription<U extends Class<U>>
protected static class AnnotationValue.ForTypeDescription.Loaded<U extends Class<U>>
extends AnnotationValue.Loaded.AbstractBase<U>
A loaded annotation value for a given type.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.bytebuddy.description.annotation.AnnotationValue.Loaded.AbstractBase
AnnotationValue.Loaded.AbstractBase.ForUnresolvedProperty<Z>
Nested classes/interfaces inherited from interface net.bytebuddy.description.annotation.AnnotationValue.Loaded
AnnotationValue.Loaded.AbstractBase<W>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getState()
Returns the state of the represented loaded annotation value.int
hashCode()
boolean
represents
(Object value) Verifies if this loaded value represents the supplied loaded value.resolve()
Resolves the value to the actual value of an annotation.toString()
Methods inherited from class net.bytebuddy.description.annotation.AnnotationValue.Loaded.AbstractBase
resolve
-
Field Details
-
type
The represented type.
-
-
Constructor Details
-
Loaded
Creates a new loaded annotation value for a given type.- Parameters:
type
- The represented type.
-
-
Method Details
-
getState
Returns the state of the represented loaded annotation value.- Returns:
- The state represented by this instance.
-
resolve
Resolves the value to the actual value of an annotation. Calling this method might throw a runtime exception if this value is either not defined or not resolved.- Returns:
- The actual annotation value represented by this instance.
-
represents
Verifies if this loaded value represents the supplied loaded value.- Parameters:
value
- A loaded annotation value.- Returns:
true
if the supplied annotation value is represented by this annotation value.
-
hashCode
public int hashCode() -
equals
-
toString
-