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 | Class and Description |
---|---|
static class |
AnnotationDescription.EnumerationValue.AbstractEnumerationValue
An adapter implementation of an enumeration value.
|
static class |
AnnotationDescription.EnumerationValue.ForLoadedEnumeration
An enumeration value representing a loaded enumeration.
|
Modifier and Type | Method and Description |
---|---|
static List<AnnotationDescription.EnumerationValue> |
AnnotationDescription.EnumerationValue.ForLoadedEnumeration.asList(Enum<?>[] enumerations)
Enlists a given array of loaded enumerations as enumeration values.
|
Modifier and Type | Class and Description |
---|---|
protected class |
TypePool.LazyTypeDescription.AnnotationValue.ForEnumeration.LazyEnumerationValue
An enumeration description where any type references are only resolved on demand.
|
Modifier and Type | Method and Description |
---|---|
AnnotationDescription.EnumerationValue |
TypePool.LazyTypeDescription.AnnotationValue.ForEnumeration.resolve(TypePool typePool) |
Copyright © 2014–2015. All rights reserved.