Package | Description |
---|---|
net.bytebuddy.description.annotation |
Contains descriptions of annotations and annotation values.
|
Modifier and Type | Method and Description |
---|---|
AnnotationValue.State |
AnnotationValue.getState()
Returns the state of the represented annotation value.
|
AnnotationValue.State |
AnnotationValue.Loaded.getState()
Returns the state of the represented loaded annotation value.
|
AnnotationValue.State |
AnnotationValue.Loaded.AbstractBase.ForUnresolvedProperty.getState()
Returns the state of the represented loaded annotation value.
|
AnnotationValue.State |
AnnotationValue.ForConstant.getState()
Returns the state of the represented annotation value.
|
AnnotationValue.State |
AnnotationValue.ForConstant.Loaded.getState()
Returns the state of the represented loaded annotation value.
|
AnnotationValue.State |
AnnotationValue.ForAnnotationDescription.getState()
Returns the state of the represented annotation value.
|
AnnotationValue.State |
AnnotationValue.ForAnnotationDescription.Loaded.getState()
Returns the state of the represented loaded annotation value.
|
AnnotationValue.State |
AnnotationValue.ForEnumerationDescription.getState()
Returns the state of the represented annotation value.
|
AnnotationValue.State |
AnnotationValue.ForEnumerationDescription.Loaded.getState()
Returns the state of the represented loaded annotation value.
|
AnnotationValue.State |
AnnotationValue.ForEnumerationDescription.Loaded.WithIncompatibleRuntimeType.getState()
Returns the state of the represented loaded annotation value.
|
AnnotationValue.State |
AnnotationValue.ForEnumerationDescription.WithUnknownConstant.getState()
Returns the state of the represented annotation value.
|
AnnotationValue.State |
AnnotationValue.ForTypeDescription.getState()
Returns the state of the represented annotation value.
|
AnnotationValue.State |
AnnotationValue.ForTypeDescription.Loaded.getState()
Returns the state of the represented loaded annotation value.
|
AnnotationValue.State |
AnnotationValue.ForDescriptionArray.getState()
Returns the state of the represented annotation value.
|
AnnotationValue.State |
AnnotationValue.ForDescriptionArray.Loaded.getState()
Returns the state of the represented loaded annotation value.
|
AnnotationValue.State |
AnnotationValue.ForMissingType.getState()
Returns the state of the represented annotation value.
|
AnnotationValue.State |
AnnotationValue.ForMismatchedType.getState()
Returns the state of the represented annotation value.
|
AnnotationValue.State |
AnnotationValue.ForMissingValue.getState()
Returns the state of the represented annotation value.
|
AnnotationValue.State |
AnnotationValue.ForMissingValue.Loaded.getState()
Returns the state of the represented loaded annotation value.
|
AnnotationValue.State |
AnnotationValue.ForIncompatibleType.getState()
Returns the state of the represented annotation value.
|
static AnnotationValue.State |
AnnotationValue.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationValue.State[] |
AnnotationValue.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2023. All rights reserved.