|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AutowireCapablePlugin.AutowireStrategy>
com.atlassian.plugin.AutowireCapablePlugin.AutowireStrategy
public static enum AutowireCapablePlugin.AutowireStrategy
The autowire strategy to use when creating and wiring a bean
| Enum Constant Summary | |
|---|---|
AUTOWIRE_AUTODETECT
Autodetects appropriate injection by first seeing if any no-arg constructors exist. |
|
AUTOWIRE_BY_CONSTRUCTOR
Performs construction-based injection by type |
|
AUTOWIRE_BY_NAME
Performs setter-based injection by name |
|
AUTOWIRE_BY_TYPE
Performs setter-based injection by type |
|
AUTOWIRE_NO
|
|
| Method Summary | |
|---|---|
static AutowireCapablePlugin.AutowireStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AutowireCapablePlugin.AutowireStrategy[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AutowireCapablePlugin.AutowireStrategy AUTOWIRE_NO
public static final AutowireCapablePlugin.AutowireStrategy AUTOWIRE_BY_NAME
public static final AutowireCapablePlugin.AutowireStrategy AUTOWIRE_BY_TYPE
public static final AutowireCapablePlugin.AutowireStrategy AUTOWIRE_BY_CONSTRUCTOR
public static final AutowireCapablePlugin.AutowireStrategy AUTOWIRE_AUTODETECT
| Method Detail |
|---|
public static final AutowireCapablePlugin.AutowireStrategy[] values()
for(AutowireCapablePlugin.AutowireStrategy c : AutowireCapablePlugin.AutowireStrategy.values())
System.out.println(c);
public static AutowireCapablePlugin.AutowireStrategy valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||