org.apache.ibatis.reflection.factory
Class DefaultObjectFactory
java.lang.Object
org.apache.ibatis.reflection.factory.DefaultObjectFactory
- All Implemented Interfaces:
- ObjectFactory
public class DefaultObjectFactory
- extends Object
- implements ObjectFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultObjectFactory
public DefaultObjectFactory()
create
public Object create(Class type)
- Specified by:
create
in interface ObjectFactory
create
public Object create(Class type,
List<Class> constructorArgTypes,
List<Object> constructorArgs)
- Specified by:
create
in interface ObjectFactory
setProperties
public void setProperties(Properties properties)
- Specified by:
setProperties
in interface ObjectFactory
Copyright © 2010. All Rights Reserved.