Example usage for org.apache.ibatis.reflection.wrapper DefaultObjectWrapperFactory subclass-usage

List of usage examples for org.apache.ibatis.reflection.wrapper DefaultObjectWrapperFactory subclass-usage

Introduction

In this page you can find the example usage for org.apache.ibatis.reflection.wrapper DefaultObjectWrapperFactory subclass-usage.

Usage

From source file org.mybatis.guice.objectfactory.CustomObjectWrapperFactory.java

public class CustomObjectWrapperFactory extends DefaultObjectWrapperFactory {
    @Inject
    private CustomObject customObject;

    public CustomObject getCustomObject() {
        return customObject;