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.ForEnumerationDescription.WithUnknownConstant<U extends java.lang.Enum<U>>Represents a property with an enumeration constant that is not defined by an enumeration type.static classAnnotationValue.ForIncompatibleType<U,V>Represents an annotation value where its declared type does not fulfil an expectation.static classAnnotationValue.ForMismatchedType<U,V>Describes an annotation value that does not match the annotation' type for a property.static classAnnotationValue.ForMissingType<U,V>An annotation value for a type that could not be loaded.static classAnnotationValue.ForMissingValue<U,V>Represents a missing annotation property which is not represented by a default value.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 private static classTypePool.Default.LazyTypeDescription.LazyAnnotationValue<U,V>A proxy for a lazy annotation value.private static classTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForAnnotationValueA lazy annotation value description for an annotation value.private static classTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForArrayA lazy projection of an annotation value that contains an array of values.private static classTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForEnumerationValueA lazy annotation value description for an enumeration value.private static classTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForMismatchedType<W,X>A proxy for a mismatched type for which the property is not yet know.private static classTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForTypeValueA lazy annotation value description for a type value.
-