Package | Description |
---|---|
net.bytebuddy.description.annotation |
Contains descriptions of annotations and annotation values.
|
net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescription s without
loading any classes. |
Modifier and Type | Method and Description |
---|---|
AnnotationValue.Loaded.State |
AnnotationValue.Loaded.getState()
Returns the state of the represented loaded annotation value.
|
AnnotationValue.Loaded.State |
AnnotationValue.ForConstant.Loaded.getState() |
AnnotationValue.Loaded.State |
AnnotationValue.ForAnnotationDescription.Loaded.getState() |
AnnotationValue.Loaded.State |
AnnotationValue.ForAnnotationDescription.IncompatibleRuntimeType.getState() |
AnnotationValue.Loaded.State |
AnnotationValue.ForEnumerationDescription.Loaded.getState() |
AnnotationValue.Loaded.State |
AnnotationValue.ForEnumerationDescription.UnknownRuntimeEnumeration.getState() |
AnnotationValue.Loaded.State |
AnnotationValue.ForEnumerationDescription.IncompatibleRuntimeType.getState() |
AnnotationValue.Loaded.State |
AnnotationValue.ForTypeDescription.Loaded.getState() |
AnnotationValue.Loaded.State |
AnnotationValue.ForDescriptionArray.Loaded.getState() |
AnnotationValue.Loaded.State |
AnnotationDescription.AnnotationInvocationHandler.MissingValue.getState() |
static AnnotationValue.Loaded.State |
AnnotationValue.Loaded.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationValue.Loaded.State[] |
AnnotationValue.Loaded.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AnnotationValue.Loaded.State |
TypePool.AbstractBase.RawTypeValue.Loaded.getState() |
AnnotationValue.Loaded.State |
TypePool.AbstractBase.RawDescriptionArray.Loaded.getState() |
Copyright © 2014–2016. All rights reserved.