Class AnnotationValue.ForEnumerationDescription.WithUnknownConstant.Loaded
java.lang.Object
net.bytebuddy.description.annotation.AnnotationValue.Loaded.AbstractBase<Enum<?>>
net.bytebuddy.description.annotation.AnnotationValue.Loaded.AbstractBase.ForUnresolvedProperty<Enum<?>>
net.bytebuddy.description.annotation.AnnotationValue.ForEnumerationDescription.WithUnknownConstant.Loaded
- All Implemented Interfaces:
AnnotationValue.Loaded<Enum<?>>
- Enclosing class:
AnnotationValue.ForEnumerationDescription.WithUnknownConstant<U extends Enum<U>>
public static class AnnotationValue.ForEnumerationDescription.WithUnknownConstant.Loaded
extends AnnotationValue.Loaded.AbstractBase.ForUnresolvedProperty<Enum<?>>
Represents a property with an enumeration constant that is not defined by an enumeration type.
-
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
-
enumType
The loaded enumeration type. -
value
The value for which no enumeration constant exists at runtime.
-
-
Constructor Details
-
Loaded
Creates a new representation for an unknown enumeration constant of an annotation.- Parameters:
enumType
- The loaded enumeration type.value
- The value for which no enumeration constant exists at runtime.
-
-
Method Details