public static enum TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty extends Enum<TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty> implements TargetMethodAnnotationDrivenBinder.DefaultsProvider
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty.EmptyIteratorA trivial iterator without any elements. | 
TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty| Enum Constant and Description | 
|---|
| INSTANCEThe singleton instance. | 
| 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. | 
| String | toString() | 
| static TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty INSTANCE
public static TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty[] values()
for (TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty c : TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty.values()) System.out.println(c);
public static TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty 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 Iterator<AnnotationDescription> makeIterator(Implementation.Target implementationTarget, MethodDescription source, MethodDescription target)
TargetMethodAnnotationDrivenBinder.DefaultsProvidermakeIterator in interface TargetMethodAnnotationDrivenBinder.DefaultsProviderimplementationTarget - 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.public String toString()
toString in class Enum<TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty>Copyright © 2014–2016. All rights reserved.