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 anArgumentannotation.
-
-
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 protectedDefaultArgument(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.BindingMechanicbindingMechanic()booleanequals(Object other)inthashCode()StringtoString()intvalue()
-
-
-
Method Detail
-
value
public int value()
-
bindingMechanic
public Argument.BindingMechanic bindingMechanic()
-
annotationType
public Class<Argument> annotationType()
- Specified by:
annotationTypein interfaceAnnotation
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceAnnotation- Overrides:
hashCodein classObject
-
equals
public boolean equals(Object other)
- Specified by:
equalsin interfaceAnnotation- Overrides:
equalsin classObject
-
toString
public String toString()
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classObject
-
-