Class TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound.DefaultArgument

    • Field Detail

      • VALUE

        private static final java.lang.String VALUE
        The name of the value annotation parameter.
        See Also:
        Constant Field Values
      • BINDING_MECHANIC

        private static final java.lang.String BINDING_MECHANIC
        The name of the value binding mechanic parameter.
        See Also:
        Constant Field Values
      • parameterIndex

        private final int parameterIndex
        The index of the source method parameter to be bound.
    • Constructor Detail

      • DefaultArgument

        protected DefaultArgument​(int parameterIndex)
        Creates a new instance of an argument annotation.
        Parameters:
        parameterIndex - The index of the source method parameter to be bound.
    • Method Detail

      • value

        public int value()
      • annotationType

        public java.lang.Class<Argument> annotationType()
        Specified by:
        annotationType in interface java.lang.annotation.Annotation
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface java.lang.annotation.Annotation
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Specified by:
        equals in interface java.lang.annotation.Annotation
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface java.lang.annotation.Annotation
        Overrides:
        toString in class java.lang.Object