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 creatingTypeDescriptions 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 classAnnotationValue.ForAnnotationDescription<U extends java.lang.annotation.Annotation>A description of anAnnotationas a value of another annotation.static classAnnotationValue.ForConstant<U>Represents a primitive value, aStringor an array of the latter types.static classAnnotationValue.ForDescriptionArray<U,V>Describes a complex array that is the value of an annotation.static classAnnotationValue.ForEnumerationDescription<U extends java.lang.Enum<U>>A description of anEnumas a value of an annotation.static classAnnotationValue.ForTypeDescription<U extends java.lang.Class<U>>A description of aClassas 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 classTypePool.AbstractBase.RawAnnotationValueRepresents a nested annotation value.protected static classTypePool.AbstractBase.RawDescriptionArrayRepresents an array that is referenced by an annotation which does not contain primitive values orStrings.protected static classTypePool.AbstractBase.RawEnumerationValueRepresents an enumeration value of an annotation.protected static classTypePool.AbstractBase.RawTypeValueRepresents a type value of an annotation.
-