See: Description
Interface | Description |
---|---|
AnnotationDescription |
An annotation description describes
Annotation meta data of a class without this class
being required to be loaded. |
AnnotationDescription.Loadable<S extends Annotation> |
An annotation description that is linked to a given loaded annotation type which allows its representation
as a fully loaded instance.
|
AnnotationList |
Defines a list of annotation instances.
|
AnnotationSource |
Describes a declaration source for annotations.
|
AnnotationValue<T,S> |
Representation of an unloaded annotation value where all values represent either:
Primitive values (as their wrappers),
String s or arrays of primitive types or strings.
A TypeDescription or an array of such a descriptions.
An EnumerationDescription or an array of such a description.
An AnnotationDescription or an array of such a description.
The represented values are not necessarily resolvable, i.e. |
AnnotationValue.ForConstant.PropertyDelegate |
A property delegate for a constant annotation value.
|
AnnotationValue.Loaded<U> |
A loaded variant of an
AnnotationValue . |
Class | Description |
---|---|
AnnotationDescription.AbstractBase |
An adapter implementation of an annotation.
|
AnnotationDescription.AnnotationInvocationHandler<T extends Annotation> |
An
InvocationHandler for implementing annotations. |
AnnotationDescription.Builder |
A builder for pragmatically creating
AnnotationDescription . |
AnnotationDescription.ForLoadedAnnotation<S extends Annotation> |
A description of an already loaded annotation.
|
AnnotationDescription.Latent |
A latent description of an annotation value that is defined explicitly.
|
AnnotationList.AbstractBase |
An abstract base implementation of an annotation list.
|
AnnotationList.Empty |
Represents an empty annotation list.
|
AnnotationList.Explicit |
Represents a list of explicitly provided annotation descriptions.
|
AnnotationList.ForLoadedAnnotations |
Describes an array of loaded
Annotation s as an annotation list. |
AnnotationSource.Explicit |
An annotation source that declares a given list of annotations.
|
AnnotationValue.AbstractBase<U,V> |
An abstract base implementation of an unloaded annotation value.
|
AnnotationValue.ForAnnotationDescription<U extends Annotation> |
A description of an
Annotation as a value of another annotation. |
AnnotationValue.ForAnnotationDescription.Loaded<V extends Annotation> |
A loaded version of the described annotation.
|
AnnotationValue.ForConstant<U> |
Represents a primitive value, a
String or an array of the latter types. |
AnnotationValue.ForConstant.Loaded<V> |
Represents a trivial loaded value.
|
AnnotationValue.ForDescriptionArray<U,V> |
Describes a complex array that is the value of an annotation.
|
AnnotationValue.ForDescriptionArray.Loaded<W> |
Represents a loaded complex array.
|
AnnotationValue.ForEnumerationDescription<U extends Enum<U>> |
A description of an
Enum as a value of an annotation. |
AnnotationValue.ForEnumerationDescription.Loaded<V extends Enum<V>> |
A loaded representation of an enumeration value.
|
AnnotationValue.ForEnumerationDescription.Loaded.WithIncompatibleRuntimeType |
Represents an annotation's enumeration value for a runtime type that is not an enumeration type.
|
AnnotationValue.ForEnumerationDescription.WithUnknownConstant<U extends Enum<U>> |
Represents a property with an enumeration constant that is not defined by an enumeration type.
|
AnnotationValue.ForEnumerationDescription.WithUnknownConstant.Loaded |
Represents a property with an enumeration constant that is not defined by an enumeration type.
|
AnnotationValue.ForIncompatibleType<U,V> |
Represents an annotation value where its declared type does not fulfil an expectation.
|
AnnotationValue.ForIncompatibleType.Loaded<W> |
A description of annotation value for a type that does not fulfil an expectation.
|
AnnotationValue.ForMismatchedType<U,V> |
Describes an annotation value that does not match the annotation' type for a property.
|
AnnotationValue.ForMismatchedType.Loaded<W> |
Describes an annotation value for a property that is not assignable to it.
|
AnnotationValue.ForMissingType<U,V> |
An annotation value for a type that could not be loaded.
|
AnnotationValue.ForMissingType.Loaded<U> |
Represents a missing type during an annotation's resolution.
|
AnnotationValue.ForMissingValue<U,V> |
Represents a missing annotation property which is not represented by a default value.
|
AnnotationValue.ForMissingValue.Loaded<W> |
Describes an annotation value for a property that is not assignable to it.
|
AnnotationValue.ForTypeDescription<U extends Class<U>> |
A description of a
Class as a value of an annotation. |
AnnotationValue.ForTypeDescription.Loaded<U extends Class<U>> |
A loaded annotation value for a given type.
|
AnnotationValue.Loaded.AbstractBase<W> |
An abstract base implementation of a loaded annotation value.
|
AnnotationValue.Loaded.AbstractBase.ForUnresolvedProperty<Z> |
A base implementation for an unresolved property.
|
Enum | Description |
---|---|
AnnotationDescription.RenderingDispatcher |
A rendering dispatcher is responsible for resolving annotation descriptions to
String representations. |
AnnotationSource.Empty |
An annotation source that does not declare any annotations.
|
AnnotationValue.ForConstant.PropertyDelegate.ForArrayType |
A property delegate for an array type of a constant value.
|
AnnotationValue.ForConstant.PropertyDelegate.ForNonArrayType |
A property delegate for a non-array type.
|
AnnotationValue.RenderingDispatcher |
A rendering dispatcher is responsible for resolving annotation values to
String representations. |
AnnotationValue.Sort |
Represents the sort of an
AnnotationValue . |
AnnotationValue.State |
Represents the state of an
AnnotationValue . |
Copyright © 2014–1970. All rights reserved.