protected static class TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound.DefaultArgument extends Object implements Argument
Argument annotation.Argument.Binder, Argument.BindingMechanic| Modifier | Constructor and Description |
|---|---|
protected |
DefaultArgument(int parameterIndex)
Creates a new instance of an argument annotation.
|
| Modifier and Type | Method and Description |
|---|---|
Class<Argument> |
annotationType() |
Argument.BindingMechanic |
bindingMechanic() |
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
int |
value() |
protected DefaultArgument(int parameterIndex)
parameterIndex - The index of the source method parameter to be bound.public int value()
public Argument.BindingMechanic bindingMechanic()
public Class<Argument> annotationType()
annotationType in interface Annotationpublic int hashCode()
hashCode in interface AnnotationhashCode in class Objectpublic boolean equals(@MaybeNull Object other)
equals in interface Annotationequals in class Objectpublic String toString()
toString in interface AnnotationtoString in class ObjectCopyright © 2014–2025. All rights reserved.