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
TypeDescription
s without
loading any classes.-
Uses of AnnotationValue.AbstractBase in net.bytebuddy.description.annotation
Subclasses of AnnotationValue.AbstractBase in net.bytebuddy.description.annotationModifier and TypeClassDescriptionstatic class
A description of anAnnotation
as a value of another annotation.static class
Represents a primitive value, aString
or an array of the latter types.static class
Describes a complex array that is the value of an annotation.static class
AnnotationValue.ForEnumerationDescription<U extends Enum<U>>
A description of anEnum
as a value of an annotation.static class
Represents a property with an enumeration constant that is not defined by an enumeration type.static class
Represents an annotation value where its declared type does not fulfil an expectation.static class
Describes an annotation value that does not match the annotation' type for a property.static class
An annotation value for a type that could not be loaded.static class
Represents a missing annotation property which is not represented by a default value.static class
AnnotationValue.ForTypeDescription<U extends 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.poolModifier and TypeClassDescriptionprivate static class
A proxy for a lazy annotation value.private static class
A lazy annotation value description for an annotation value.private static class
A lazy projection of an annotation value that contains an array of values.private static class
A lazy annotation value description for an enumeration value.private static class
A proxy for a mismatched type for which the property is not yet know.private static class
A lazy annotation value description for a type value.