Class AnnotationValue.ForAnnotationDescription.Loaded<V extends Annotation>

java.lang.Object
net.bytebuddy.description.annotation.AnnotationValue.Loaded.AbstractBase<V>
net.bytebuddy.description.annotation.AnnotationValue.ForAnnotationDescription.Loaded<V>
Type Parameters:
V - The annotation type.
All Implemented Interfaces:
AnnotationValue.Loaded<V>
Enclosing class:
AnnotationValue.ForAnnotationDescription<U extends Annotation>

public static class AnnotationValue.ForAnnotationDescription.Loaded<V extends Annotation> extends AnnotationValue.Loaded.AbstractBase<V>
A loaded version of the described annotation.
  • Field Details

    • annotation

      private final V extends Annotation annotation
      The loaded version of the represented annotation.
  • Constructor Details

    • Loaded

      public Loaded(V annotation)
      Creates a representation of a loaded annotation.
      Parameters:
      annotation - The represented annotation.
  • Method Details

    • getState

      public AnnotationValue.State getState()
      Returns the state of the represented loaded annotation value.
      Returns:
      The state represented by this instance.
    • resolve

      public V 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.
    • represents

      public boolean represents(Object value)
      Verifies if this loaded value represents the supplied loaded value.
      Parameters:
      value - A loaded annotation value.
      Returns:
      true if the supplied annotation value is represented by this annotation value.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(@MaybeNull Object other)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object