Uses of Class
net.bytebuddy.description.annotation.AnnotationValue.AbstractBase
Packages that use AnnotationValue.AbstractBase
Package
Description
Contains descriptions of annotations and annotation values.
Classes of this package allow for the creating
TypeDescriptions without
loading any classes.-
Uses of AnnotationValue.AbstractBase in net.bytebuddy.description.annotation
Subclasses of AnnotationValue.AbstractBase in net.bytebuddy.description.annotationModifier and TypeClassDescriptionstatic classA description of anAnnotationas a value of another annotation.static classRepresents a primitive value, aStringor an array of the latter types.static classDescribes a complex array that is the value of an annotation.static classAnnotationValue.ForEnumerationDescription<U extends Enum<U>>A description of anEnumas a value of an annotation.static classRepresents a property with an enumeration constant that is not defined by an enumeration type.static classRepresents an annotation value where its declared type does not fulfil an expectation.static classDescribes an annotation value that does not match the annotation' type for a property.static classAn annotation value for a type that could not be loaded.static classRepresents a missing annotation property which is not represented by a default value.static classAnnotationValue.ForTypeDescription<U extends 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.poolModifier and TypeClassDescriptionprivate static classA proxy for a lazy annotation value.private static classA lazy annotation value description for an annotation value.private static classA lazy projection of an annotation value that contains an array of values.private static classA lazy annotation value description for an enumeration value.private static classA proxy for a mismatched type for which the property is not yet know.private static classA lazy annotation value description for a type value.