org.apache.ibatis.reflection.wrapper
Class DefaultObjectWrapperFactory
java.lang.Object
org.apache.ibatis.reflection.wrapper.DefaultObjectWrapperFactory
- All Implemented Interfaces:
- ObjectWrapperFactory
public class DefaultObjectWrapperFactory
- extends Object
- implements ObjectWrapperFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultObjectWrapperFactory
public DefaultObjectWrapperFactory()
hasWrapperFor
public boolean hasWrapperFor(Object object)
- Specified by:
hasWrapperFor
in interface ObjectWrapperFactory
getWrapperFor
public ObjectWrapper getWrapperFor(MetaObject metaObject,
Object object)
- Specified by:
getWrapperFor
in interface ObjectWrapperFactory
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.