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

com.gitee.feizns.convert.method.MethodConverter Maven / Gradle / Ivy

There is a newer version: 5.5-RELEASE
Show newest version
package com.gitee.feizns.convert.method;

import com.gitee.feizns.convert.Converter;

import java.util.TreeSet;

/**
 * @author feizns
 * @since 2019/5/27
 */
public interface MethodConverter extends Converter {

    /**
     * other converts.
     * @param converters
     */
    void setConverters(TreeSet converters);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy