Uses of Class
net.bytebuddy.description.annotation.AnnotationValue.AbstractBase
-
Packages that use AnnotationValue.AbstractBase Package Description net.bytebuddy.description.annotation Contains descriptions of annotations and annotation values.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of AnnotationValue.AbstractBase in net.bytebuddy.description.annotation
Subclasses of AnnotationValue.AbstractBase in net.bytebuddy.description.annotation Modifier and Type Class Description static class
AnnotationValue.ForAnnotationDescription<U extends java.lang.annotation.Annotation>
A description of anAnnotation
as a value of another annotation.static class
AnnotationValue.ForConstant<U>
Represents a primitive value, aString
or an array of the latter types.static class
AnnotationValue.ForDescriptionArray<U,V>
Describes a complex array that is the value of an annotation.static class
AnnotationValue.ForEnumerationDescription<U extends java.lang.Enum<U>>
A description of anEnum
as a value of an annotation.static class
AnnotationValue.ForTypeDescription<U extends java.lang.Class<U>>
A description of aClass
as a value of an annotation. -
Uses of AnnotationValue.AbstractBase in net.bytebuddy.pool
Subclasses of AnnotationValue.AbstractBase in net.bytebuddy.pool Modifier and Type Class Description protected static class
TypePool.AbstractBase.RawAnnotationValue
Represents a nested annotation value.protected static class
TypePool.AbstractBase.RawDescriptionArray
Represents an array that is referenced by an annotation which does not contain primitive values orString
s.protected static class
TypePool.AbstractBase.RawEnumerationValue
Represents an enumeration value of an annotation.protected static class
TypePool.AbstractBase.RawTypeValue
Represents a type value of an annotation.
-