Package org.picocontainer.injectors
Class InjectInto
- java.lang.Object
-
- org.picocontainer.injectors.InjectInto
-
- All Implemented Interfaces:
java.lang.reflect.Type
public class InjectInto extends java.lang.Object implements java.lang.reflect.Type
-
-
Constructor Summary
Constructors Constructor Description InjectInto(java.lang.reflect.Type intoType, java.lang.Object intoKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class
getIntoClass()
java.lang.Object
getIntoKey()
java.lang.reflect.Type
getIntoType()
-