Class TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound.DefaultArgument
- java.lang.Object
-
- net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound.DefaultArgument
-
- All Implemented Interfaces:
Annotation
protected static class TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound.DefaultArgument extends Object implements Argument
A default implementation of anArgument
annotation.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.bytebuddy.implementation.bind.annotation.Argument
Argument.Binder, Argument.BindingMechanic
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DefaultArgument(int parameterIndex)
Creates a new instance of an argument annotation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<Argument>
annotationType()
Argument.BindingMechanic
bindingMechanic()
boolean
equals(Object other)
int
hashCode()
String
toString()
int
value()
-
-
-
Method Detail
-
value
public int value()
-
bindingMechanic
public Argument.BindingMechanic bindingMechanic()
-
annotationType
public Class<Argument> annotationType()
- Specified by:
annotationType
in interfaceAnnotation
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceAnnotation
- Overrides:
hashCode
in classObject
-
equals
public boolean equals(Object other)
- Specified by:
equals
in interfaceAnnotation
- Overrides:
equals
in classObject
-
toString
public String toString()
- Specified by:
toString
in interfaceAnnotation
- Overrides:
toString
in classObject
-
-