Class AnnotationValue.ForTypeDescription.Loaded<U extends Class<U>>

    • Constructor Detail

      • Loaded

        public Loaded​(U type)
        Creates a new loaded annotation value for a given type.
        Parameters:
        type - The represented type.
    • Method Detail

      • getState

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

        public U 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