Class AnnotationValue.ForEnumerationDescription.WithUnknownConstant.Loaded
- java.lang.Object
-
- net.bytebuddy.description.annotation.AnnotationValue.Loaded.AbstractBase<Z>
-
- 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>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Enum<?>
resolve()
Resolves the value to the actual value of an annotation.String
toString()
-
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
-
-
-
-
Method Detail
-
resolve
public Enum<?> resolve()
Resolves the value to the actual value of an annotation. Calling this method might throw a runtime exception if this value is either not defined or not resolved.- Returns:
- The actual annotation value represented by this instance.
-
-