|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.jee.inject.BasicInjectionInfo
public class BasicInjectionInfo
Simple interface implementation, useful as a base class.
| Field Summary | |
|---|---|
protected String |
name
|
protected Class |
type
|
| Constructor Summary | |
|---|---|
protected |
BasicInjectionInfo()
Constructor useful for subclasses. |
|
BasicInjectionInfo(String name,
Class type)
|
| Method Summary | |
|---|---|
String |
getInjectionName()
Logging friendly message indicating what type of injection is applied (i.e. |
String |
getName()
Injection name (may be field or method name). |
Class |
getType()
Injection type (may be field type or setter parameter type). |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected Class type
| Constructor Detail |
|---|
protected BasicInjectionInfo()
public BasicInjectionInfo(String name,
Class type)
| Method Detail |
|---|
public String getName()
InjectionInfo
getName in interface InjectionInfopublic Class getType()
InjectionInfo
getType in interface InjectionInfopublic String toString()
toString in class Objectpublic String getInjectionName()
InjectionInfo
getInjectionName in interface InjectionInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||