org.apache.cayenne.di
Interface AdhocObjectFactory
- All Known Implementing Classes:
- DefaultAdhocObjectFactory
public interface AdhocObjectFactory
Creates objects for user-provided String class names, injecting dependencies into them.
- Since:
- 3.1
Method Summary |
|
newInstance(java.lang.Class<? super T> superType,
java.lang.String className)
Returns an instance of "className" that implements "superType", injecting
dependencies from the registry into it. |
newInstance
<T> T newInstance(java.lang.Class<? super T> superType,
java.lang.String className)
- Returns an instance of "className" that implements "superType", injecting
dependencies from the registry into it.
Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.