public static class AnnotationDescription.AnnotationValue.ForEnumeration.UnknownRuntimeEnumeration extends Object implements AnnotationDescription.AnnotationValue.Loaded<Enum<?>>
Represents an annotation's enumeration value for a constant that does not exist for the runtime enumeration type.
Note: Neither of Object.hashCode(), Object.toString() and
Object.equals(Object) are implemented specifically what resembles the way
such exceptional states are represented in the Open JDK's annotation implementations.
AnnotationDescription.AnnotationValue.Loaded.State| Constructor and Description |
|---|
UnknownRuntimeEnumeration(Class<? extends Enum<?>> enumType,
String value)
Creates a new representation for an unknown enumeration constant of an annotation.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationDescription.AnnotationValue.Loaded.State |
getState()
Returns the state of the represented loaded annotation value.
|
Enum<?> |
resolve()
Resolves the value to the actual value of an annotation.
|
public UnknownRuntimeEnumeration(Class<? extends Enum<?>> enumType, String value)
enumType - The loaded enumeration type.value - The value for which no enumeration constant exists at runtime.public AnnotationDescription.AnnotationValue.Loaded.State getState()
AnnotationDescription.AnnotationValue.LoadedgetState in interface AnnotationDescription.AnnotationValue.Loaded<Enum<?>>public Enum<?> resolve()
AnnotationDescription.AnnotationValue.Loadedresolve in interface AnnotationDescription.AnnotationValue.Loaded<Enum<?>>Copyright © 2014–2015. All rights reserved.