Class TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound.DefaultArgument
- java.lang.Object
-
- net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound.DefaultArgument
-
-
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 java.lang.Class<Argument>annotationType()Argument.BindingMechanicbindingMechanic()booleanequals(java.lang.Object other)inthashCode()java.lang.StringtoString()intvalue()
-
-
-
Method Detail
-
value
public int value()
-
bindingMechanic
public Argument.BindingMechanic bindingMechanic()
-
annotationType
public java.lang.Class<Argument> annotationType()
- Specified by:
annotationTypein interfacejava.lang.annotation.Annotation
-
equals
public boolean equals(java.lang.Object other)
- Specified by:
equalsin interfacejava.lang.annotation.Annotation- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacejava.lang.annotation.Annotation- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfacejava.lang.annotation.Annotation- Overrides:
toStringin classjava.lang.Object
-
-