Class AnnotationValue.ForDescriptionArray.Loaded<W>

    • Field Detail

      • componentType

        private final java.lang.Class<W> componentType
        The loaded component type of the array.
      • values

        private final java.util.List<AnnotationValue.Loaded<?>> values
        A list of loaded values that the represented array contains.
    • Constructor Detail

      • Loaded

        protected Loaded​(java.lang.Class<W> componentType,
                         java.util.List<AnnotationValue.Loaded<?>> values)
        Creates a new loaded value representing a complex array.
        Parameters:
        componentType - The loaded component type of the array.
        values - A list of loaded values that the represented array contains.
    • 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 W 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​(java.lang.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

        @Enhance("hashCode")
        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object