List of usage examples for org.apache.ibatis.reflection.wrapper DefaultObjectWrapperFactory subclass-usage
From source file org.mybatis.guice.objectfactory.CustomObjectWrapperFactory.java
public class CustomObjectWrapperFactory extends DefaultObjectWrapperFactory { @Inject private CustomObject customObject; public CustomObject getCustomObject() { return customObject;