T
- The annotation type that is emitted by the defaults provider.public static interface TargetMethodAnnotationDrivenBinder.DefaultsProvider<T extends Annotation>
TargetMethodAnnotationDrivenBinder
Modifier and Type | Interface and Description |
---|---|
static class |
TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty
A defaults provider that does not supply any defaults.
|
Modifier and Type | Method and Description |
---|---|
Iterator<T> |
makeIterator(Instrumentation.Target instrumentationTarget,
MethodDescription source,
MethodDescription target)
Creates an iterator from which a value is pulled each time no processable annotation is found on a
method parameter.
|
Iterator<T> makeIterator(Instrumentation.Target instrumentationTarget, MethodDescription source, MethodDescription target)
instrumentationTarget
- The target of the current instrumentation.source
- The source method that is bound to the target
method.target
- Tge target method that is subject to be bound by the source
method.Copyright © 2014. All rights reserved.