Uses of Interface
net.bytebuddy.description.annotation.AnnotationValue.Loaded
-
Packages that use AnnotationValue.Loaded 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 in net.bytebuddy.description.annotation
Classes in net.bytebuddy.description.annotation that implement AnnotationValue.Loaded Modifier and Type Class Description 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.Loaded<V extends java.lang.Enum<V>>A loaded representation of an enumeration value.static classAnnotationValue.ForEnumerationDescription.Loaded.WithIncompatibleRuntimeTypeRepresents an annotation's enumeration value for a runtime type that is not an enumeration type.static classAnnotationValue.ForEnumerationDescription.WithUnknownConstant.LoadedRepresents a property with an enumeration constant that is not defined by an enumeration type.static classAnnotationValue.ForIncompatibleType.Loaded<W>A description of annotation value for a type that does not fulfil an expectation.static classAnnotationValue.ForMismatchedType.Loaded<W>Describes an annotation value for a property that is not assignable to it.static classAnnotationValue.ForMissingType.Loaded<U>Represents a missing type during an annotation's resolution.static classAnnotationValue.ForMissingValue.Loaded<W>Describes an annotation value for a property that is not assignable to it.protected static classAnnotationValue.ForTypeDescription.Loaded<U extends java.lang.Class<U>>A loaded annotation value for a given type.static classAnnotationValue.Loaded.AbstractBase<W>An abstract base implementation of a loaded annotation value.static classAnnotationValue.Loaded.AbstractBase.ForUnresolvedProperty<Z>A base implementation for an unresolved property.Fields in net.bytebuddy.description.annotation with type parameters of type AnnotationValue.Loaded Modifier and Type Field Description private java.util.LinkedHashMap<java.lang.reflect.Method,AnnotationValue.Loaded<?>>AnnotationDescription.AnnotationInvocationHandler. valuesA sorted list of values of this annotation.private java.util.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.Loaded Modifier and Type Method Description AnnotationValue.Loaded<U>AnnotationValue.ForAnnotationDescription. load(java.lang.ClassLoader classLoader)Returns the loaded value of this annotation.AnnotationValue.Loaded<U>AnnotationValue.ForConstant. load(java.lang.ClassLoader classLoader)Returns the loaded value of this annotation.AnnotationValue.Loaded<V>AnnotationValue.ForDescriptionArray. load(java.lang.ClassLoader classLoader)Returns the loaded value of this annotation.AnnotationValue.Loaded<U>AnnotationValue.ForEnumerationDescription. load(java.lang.ClassLoader classLoader)Returns the loaded value of this annotation.AnnotationValue.Loaded<U>AnnotationValue.ForEnumerationDescription.WithUnknownConstant. load(java.lang.ClassLoader classLoader)Returns the loaded value of this annotation.AnnotationValue.Loaded<V>AnnotationValue.ForIncompatibleType. load(java.lang.ClassLoader classLoader)Returns the loaded value of this annotation.AnnotationValue.Loaded<V>AnnotationValue.ForMismatchedType. load(java.lang.ClassLoader classLoader)Returns the loaded value of this annotation.AnnotationValue.Loaded<V>AnnotationValue.ForMissingType. load(java.lang.ClassLoader classLoader)Returns the loaded value of this annotation.AnnotationValue.Loaded<V>AnnotationValue.ForMissingValue. load(java.lang.ClassLoader classLoader)Returns the loaded value of this annotation.AnnotationValue.Loaded<U>AnnotationValue.ForTypeDescription. load(java.lang.ClassLoader classLoader)Returns the loaded value of this annotation.AnnotationValue.Loaded<S>AnnotationValue. load(java.lang.ClassLoader classLoader)Returns the loaded value of this annotation.Constructor parameters in net.bytebuddy.description.annotation with type arguments of type AnnotationValue.Loaded Constructor Description AnnotationInvocationHandler(java.lang.Class<T> annotationType, java.util.LinkedHashMap<java.lang.reflect.Method,AnnotationValue.Loaded<?>> values)Creates a new invocation handler.Loaded(java.lang.Class<W> componentType, java.util.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.Loaded Modifier and Type Method Description AnnotationValue.Loaded<X>TypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForMismatchedType. load(java.lang.ClassLoader classLoader)Returns the loaded value of this annotation.AnnotationValue.Loaded<V>TypePool.Default.LazyTypeDescription.LazyAnnotationValue. load(java.lang.ClassLoader classLoader)Returns the loaded value of this annotation.
-