public enum CollectInjectionProvidersFromStepsInstance extends Enum<CollectInjectionProvidersFromStepsInstance>
InjectionProvider instances.| Enum Constant and Description |
|---|
INSTANCE
stateless Singleton
|
| Modifier and Type | Method and Description |
|---|---|
<T> <any>[] |
apply(T instance)
Collect providers direct in the step definition.
|
static CollectInjectionProvidersFromStepsInstance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectInjectionProvidersFromStepsInstance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectInjectionProvidersFromStepsInstance INSTANCE
public static CollectInjectionProvidersFromStepsInstance[] values()
for (CollectInjectionProvidersFromStepsInstance c : CollectInjectionProvidersFromStepsInstance.values()) System.out.println(c);
public static CollectInjectionProvidersFromStepsInstance 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 final <T> <any>[] apply(T instance)
instance - step definition instanceCopyright © 2003–2018. All rights reserved.