Uses of Enum
net.bytebuddy.description.annotation.AnnotationValue.State
Packages that use AnnotationValue.State
Package
Description
Contains descriptions of annotations and annotation values.
Classes of this package allow for the creating
TypeDescription
s without
loading any classes.-
Uses of AnnotationValue.State in net.bytebuddy.description.annotation
Methods in net.bytebuddy.description.annotation that return AnnotationValue.StateModifier and TypeMethodDescriptionAnnotationValue.ForAnnotationDescription.getState()
Returns the state of the represented annotation value.AnnotationValue.ForAnnotationDescription.Loaded.getState()
Returns the state of the represented loaded annotation value.AnnotationValue.ForConstant.getState()
Returns the state of the represented annotation value.AnnotationValue.ForConstant.Loaded.getState()
Returns the state of the represented loaded annotation value.AnnotationValue.ForDescriptionArray.getState()
Returns the state of the represented annotation value.AnnotationValue.ForDescriptionArray.Loaded.getState()
Returns the state of the represented loaded annotation value.AnnotationValue.ForEnumerationDescription.getState()
Returns the state of the represented annotation value.AnnotationValue.ForEnumerationDescription.Loaded.getState()
Returns the state of the represented loaded annotation value.AnnotationValue.ForEnumerationDescription.Loaded.WithIncompatibleRuntimeType.getState()
Returns the state of the represented loaded annotation value.AnnotationValue.ForEnumerationDescription.WithUnknownConstant.getState()
Returns the state of the represented annotation value.AnnotationValue.ForIncompatibleType.getState()
Returns the state of the represented annotation value.AnnotationValue.ForMismatchedType.getState()
Returns the state of the represented annotation value.AnnotationValue.ForMissingType.getState()
Returns the state of the represented annotation value.AnnotationValue.ForMissingValue.getState()
Returns the state of the represented annotation value.AnnotationValue.ForMissingValue.Loaded.getState()
Returns the state of the represented loaded annotation value.AnnotationValue.ForTypeDescription.getState()
Returns the state of the represented annotation value.AnnotationValue.ForTypeDescription.Loaded.getState()
Returns the state of the represented loaded annotation value.AnnotationValue.getState()
Returns the state of the represented annotation value.AnnotationValue.Loaded.AbstractBase.ForUnresolvedProperty.getState()
Returns the state of the represented loaded annotation value.AnnotationValue.Loaded.getState()
Returns the state of the represented loaded annotation value.static AnnotationValue.State
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. -
Uses of AnnotationValue.State in net.bytebuddy.pool
Methods in net.bytebuddy.pool that return AnnotationValue.StateModifier and TypeMethodDescriptionTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForMismatchedType.getState()
Returns the state of the represented annotation value.TypePool.Default.LazyTypeDescription.LazyAnnotationValue.getState()
Returns the state of the represented annotation value.