public static enum TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound extends Enum<TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound> implements TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler
TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Bound<T extends Annotation>, TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
MethodDelegationBinder.ParameterBinding<?> |
bind(MethodDescription source,
ParameterDescription target,
Implementation.Target implementationTarget,
Assigner assigner)
Handles a parameter binding.
|
String |
toString() |
static TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound INSTANCE
public static TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound[] values()
for (TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound c : TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound.values()) System.out.println(c);
public static TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic MethodDelegationBinder.ParameterBinding<?> bind(MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner)
TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handlerbind in interface TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handlersource - The intercepted source method.target - The target parameter that is subject to binding.implementationTarget - The target of the current implementation.assigner - An assigner that can be used for applying the binding.public String toString()
toString in class Enum<TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound>Copyright © 2014–2016. All rights reserved.