Class TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound.DefaultArgument
java.lang.Object
net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound.DefaultArgument
- All Implemented Interfaces:
Annotation
-
Nested Class Summary
Nested classes/interfaces inherited from class Argument
Argument.Binder, Argument.BindingMechanic -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefaultArgument(int parameterIndex) Creates a new instance of an argument annotation. -
Method Summary
-
Field Details
-
VALUE
-
BINDING_MECHANIC
The name of the value binding mechanic parameter.- See Also:
-
parameterIndex
private final int parameterIndexThe index of the source method parameter to be bound.
-
-
Constructor Details
-
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 Details
-
value
public int value() -
bindingMechanic
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceAnnotation- Overrides:
hashCodein classObject
-
equals
- Specified by:
equalsin interfaceAnnotation- Overrides:
equalsin classObject
-
toString
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classObject
-