Uses of Interface
net.bytebuddy.description.annotation.AnnotationValue.Loaded
Packages that use AnnotationValue.Loaded
Package
Description
Contains descriptions of annotations and annotation values.
Classes of this package allow for the creating
TypeDescriptions without
loading any classes.-
Uses of AnnotationValue.Loaded in net.bytebuddy.description.annotation
Classes in net.bytebuddy.description.annotation that implement AnnotationValue.LoadedModifier 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 classAn abstract base implementation of a loaded annotation value.static classA base implementation for an unresolved property.Fields in net.bytebuddy.description.annotation with type parameters of type AnnotationValue.LoadedModifier and TypeFieldDescriptionprivate final LinkedHashMap<Method, AnnotationValue.Loaded<?>> AnnotationDescription.AnnotationInvocationHandler.valuesA sorted list of values of this annotation.private final List<AnnotationValue.Loaded<?>> AnnotationValue.ForDescriptionArray.Loaded.valuesA list of loaded values that the represented array contains.Methods in net.bytebuddy.description.annotation that return AnnotationValue.LoadedModifier and TypeMethodDescriptionAnnotationValue.ForAnnotationDescription.load(ClassLoader classLoader) Returns the loaded value of this annotation.AnnotationValue.ForConstant.load(ClassLoader classLoader) Returns the loaded value of this annotation.AnnotationValue.ForDescriptionArray.load(ClassLoader classLoader) Returns the loaded value of this annotation.AnnotationValue.ForEnumerationDescription.load(ClassLoader classLoader) Returns the loaded value of this annotation.AnnotationValue.ForEnumerationDescription.WithUnknownConstant.load(ClassLoader classLoader) Returns the loaded value of this annotation.AnnotationValue.ForIncompatibleType.load(ClassLoader classLoader) Returns the loaded value of this annotation.AnnotationValue.ForMismatchedType.load(ClassLoader classLoader) Returns the loaded value of this annotation.AnnotationValue.ForMissingType.load(ClassLoader classLoader) Returns the loaded value of this annotation.AnnotationValue.ForMissingValue.load(ClassLoader classLoader) Returns the loaded value of this annotation.AnnotationValue.ForTypeDescription.load(ClassLoader classLoader) Returns the loaded value of this annotation.AnnotationValue.load(ClassLoader classLoader) Returns the loaded value of this annotation.Constructor parameters in net.bytebuddy.description.annotation with type arguments of type AnnotationValue.LoadedModifierConstructorDescriptionprotectedAnnotationInvocationHandler(Class<T> annotationType, LinkedHashMap<Method, AnnotationValue.Loaded<?>> values) Creates a new invocation handler.protectedLoaded(Class<W> componentType, List<AnnotationValue.Loaded<?>> values) Creates a new loaded value representing a complex array. -
Uses of AnnotationValue.Loaded in net.bytebuddy.pool
Methods in net.bytebuddy.pool that return AnnotationValue.LoadedModifier and TypeMethodDescriptionTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForMismatchedType.load(ClassLoader classLoader) Returns the loaded value of this annotation.TypePool.Default.LazyTypeDescription.LazyAnnotationValue.load(ClassLoader classLoader) Returns the loaded value of this annotation.