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 creatingTypeDescription
s 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 class
AnnotationValue.ForAnnotationDescription.Loaded<V extends java.lang.annotation.Annotation>
A loaded version of the described annotation.protected static class
AnnotationValue.ForConstant.Loaded<V>
Represents a trivial loaded value.protected static class
AnnotationValue.ForDescriptionArray.Loaded<W>
Represents a loaded complex array.static class
AnnotationValue.ForEnumerationDescription.Loaded<V extends java.lang.Enum<V>>
A loaded representation of an enumeration value.static class
AnnotationValue.ForEnumerationDescription.Loaded.WithIncompatibleRuntimeType
Represents an annotation's enumeration value for a runtime type that is not an enumeration type.static class
AnnotationValue.ForEnumerationDescription.WithUnknownConstant.Loaded
Represents a property with an enumeration constant that is not defined by an enumeration type.static class
AnnotationValue.ForIncompatibleType.Loaded<W>
A description of annotation value for a type that does not fulfil an expectation.static class
AnnotationValue.ForMismatchedType.Loaded<W>
Describes an annotation value for a property that is not assignable to it.static class
AnnotationValue.ForMissingType.Loaded<U>
Represents a missing type during an annotation's resolution.static class
AnnotationValue.ForMissingValue.Loaded<W>
Describes an annotation value for a property that is not assignable to it.protected static class
AnnotationValue.ForTypeDescription.Loaded<U extends java.lang.Class<U>>
A loaded annotation value for a given type.static class
AnnotationValue.Loaded.AbstractBase<W>
An abstract base implementation of a loaded annotation value.static class
AnnotationValue.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. values
A sorted list of values of this annotation.private java.util.List<AnnotationValue.Loaded<?>>
AnnotationValue.ForDescriptionArray.Loaded. values
A 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<V>
TypePool.Default.LazyTypeDescription.LazyAnnotationValue. load(java.lang.ClassLoader classLoader)
Returns the loaded value of this annotation.
-