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

com.mofum.scope.common.IScopeConverter Maven / Gradle / Ivy

There is a newer version: 2.0.0.RELEASE
Show newest version
package com.mofum.scope.common;

import com.mofum.scope.common.model.Scope;

import java.util.List;

/**
 * @author [email protected]
 * @since 2019-03-25
 **/
public interface IScopeConverter {

    /**
     * 转换业务参数为范围参数
     *
     * @param params
     * @return
     * @throws ServiceException
     */
    List convert2Scope(Params params) throws ServiceException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy