All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.yulichang.adapter.v3431.AbstractMethodV3431 Maven / Gradle / Ivy

There is a newer version: 1.5.2
Show newest version
package com.github.yulichang.adapter.v3431;

import com.baomidou.mybatisplus.core.injector.AbstractMethod;
import com.baomidou.mybatisplus.core.injector.AbstractSqlInjector;

import java.util.List;

/**
 * @author yulichang
 * @since 1.4.5
 */
public class AbstractMethodV3431 {

    public static List getMethod(AbstractSqlInjector sqlInjector, Class clazz) {
        return sqlInjector.getMethodList(clazz);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy