Class AnnotationValue.ForIncompatibleType.Loaded<W>
java.lang.Object
net.bytebuddy.description.annotation.AnnotationValue.Loaded.AbstractBase<W>
net.bytebuddy.description.annotation.AnnotationValue.Loaded.AbstractBase.ForUnresolvedProperty<W>
net.bytebuddy.description.annotation.AnnotationValue.ForIncompatibleType.Loaded<W>
- Type Parameters:
W
- The type of the annotation's expected value.
- All Implemented Interfaces:
AnnotationValue.Loaded<W>
- Enclosing class:
AnnotationValue.ForIncompatibleType<U,
V>
public static class AnnotationValue.ForIncompatibleType.Loaded<W>
extends AnnotationValue.Loaded.AbstractBase.ForUnresolvedProperty<W>
A description of annotation value for a type that does not fulfil an expectation.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.bytebuddy.description.annotation.AnnotationValue.Loaded.AbstractBase
AnnotationValue.Loaded.AbstractBase.ForUnresolvedProperty<Z>
Nested classes/interfaces inherited from interface net.bytebuddy.description.annotation.AnnotationValue.Loaded
AnnotationValue.Loaded.AbstractBase<W>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.bytebuddy.description.annotation.AnnotationValue.Loaded.AbstractBase.ForUnresolvedProperty
getState, represents
Methods inherited from class net.bytebuddy.description.annotation.AnnotationValue.Loaded.AbstractBase
resolve
-
Field Details
-
type
The type that does not fulfil an expectation.
-
-
Constructor Details
-
Loaded
Creates a new description of an annotation.- Parameters:
type
- The type that does not fulfil an expectation.
-
-
Method Details