|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.beans.metadata.spi.AutowireType
public class AutowireType
Autowire type: * ByClass - matching the class type of value (default) * ByName - matching the property name * Constructor - matching the constructor args * Auto - matching constructor or by type * None - do not autowire
| Field Summary | |
|---|---|
static AutowireType |
AUTO
Auto |
static AutowireType |
BY_CLASS
Strict |
static AutowireType |
BY_NAME
Loose |
static AutowireType |
CONSTRUCTOR
Constructor |
static AutowireType |
NONE
None |
static AutowireType[] |
TYPES
Array |
protected String |
typeString
The type string |
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
protected int |
getHashCode()
|
static AutowireType |
getInstance(String typeString)
Return injection type. |
String |
getTypeString()
Get the state string |
void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
| Methods inherited from class org.jboss.util.JBossObject |
|---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, hashCode, list, notEqual, toShortString, toShortString, toString, toStringImplementation |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AutowireType NONE
public static final AutowireType BY_CLASS
public static final AutowireType BY_NAME
public static final AutowireType CONSTRUCTOR
public static final AutowireType AUTO
public static final AutowireType[] TYPES
protected final String typeString
| Method Detail |
|---|
public static AutowireType getInstance(String typeString)
typeString - type
public String getTypeString()
public boolean equals(Object object)
equals in class Objectpublic void toString(org.jboss.util.JBossStringBuilder buffer)
toString in class org.jboss.util.JBossObjectprotected int getHashCode()
getHashCode in class org.jboss.util.JBossObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||