public static interface TargetMethodAnnotationDrivenBinder.DefaultsProvider
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<AnnotationDescription> |
makeIterator(Implementation.Target implementationTarget,
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<AnnotationDescription> makeIterator(Implementation.Target implementationTarget, MethodDescription source, MethodDescription target)
implementationTarget
- The target of the current implementation.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–2016. All rights reserved.