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. -
-
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 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 Enum<U>>A description of anEnumas a value of an annotation.static classAnnotationValue.ForEnumerationDescription.WithUnknownConstant<U extends 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 Class<U>>A description of aClassas a value of an annotation.
-