Uses of Class
net.bytebuddy.description.annotation.AnnotationValue.Loaded.AbstractBase
Packages that use AnnotationValue.Loaded.AbstractBase
Package
Description
Contains descriptions of annotations and annotation values.
-
Uses of AnnotationValue.Loaded.AbstractBase in net.bytebuddy.description.annotation
Subclasses of AnnotationValue.Loaded.AbstractBase in net.bytebuddy.description.annotationModifier and TypeClassDescriptionstatic classA loaded version of the described annotation.protected static classRepresents a trivial loaded value.protected static classRepresents a loaded complex array.static classAnnotationValue.ForEnumerationDescription.Loaded<V extends Enum<V>>A loaded representation of an enumeration value.static classRepresents an annotation's enumeration value for a runtime type that is not an enumeration type.static classRepresents a property with an enumeration constant that is not defined by an enumeration type.static classA description of annotation value for a type that does not fulfil an expectation.static classDescribes an annotation value for a property that is not assignable to it.static classRepresents a missing type during an annotation's resolution.static classDescribes an annotation value for a property that is not assignable to it.protected static classAnnotationValue.ForTypeDescription.Loaded<U extends Class<U>>A loaded annotation value for a given type.static classA base implementation for an unresolved property.