Uses of Class
net.bytebuddy.description.annotation.AnnotationValue.Loaded.AbstractBase
-
Packages that use AnnotationValue.Loaded.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.Loaded.AbstractBase in net.bytebuddy.description.annotation
Subclasses of AnnotationValue.Loaded.AbstractBase in net.bytebuddy.description.annotation Modifier and Type Class Description protected static classAnnotationDescription.AnnotationInvocationHandler.MissingValueRepresents a missing annotation property which is not represented by a default value.static classAnnotationValue.ForAnnotationDescription.IncompatibleRuntimeTypeRepresents an annotation value which was attempted to ba loaded by a type that does not represent an annotation value.static classAnnotationValue.ForAnnotationDescription.Loaded<V extends java.lang.annotation.Annotation>A loaded version of the described annotation.protected static classAnnotationValue.ForConstant.Loaded<V>Represents a trivial loaded value.protected static classAnnotationValue.ForDescriptionArray.Loaded<W>Represents a loaded complex array.static classAnnotationValue.ForEnumerationDescription.IncompatibleRuntimeTypeRepresents an annotation's enumeration value for a runtime type that is not an enumeration type.static classAnnotationValue.ForEnumerationDescription.Loaded<V extends java.lang.Enum<V>>A loaded representation of an enumeration value.static classAnnotationValue.ForEnumerationDescription.UnknownRuntimeEnumerationRepresents an annotation's enumeration value for a constant that does not exist for the runtime enumeration type.protected static classAnnotationValue.ForTypeDescription.Loaded<U extends java.lang.Class<U>>A loaded annotation value for a given type. -
Uses of AnnotationValue.Loaded.AbstractBase in net.bytebuddy.pool
Subclasses of AnnotationValue.Loaded.AbstractBase in net.bytebuddy.pool Modifier and Type Class Description protected static classTypePool.AbstractBase.RawDescriptionArray.LoadedRepresents a loaded annotation property representing a complex array.protected static classTypePool.AbstractBase.RawTypeValue.LoadedRepresents a loaded annotation property that represents a type.
-