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.Set;

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

    /**
     * 为方法转换器提供,其他的转换器支持
     *
     * 如果只有方法 valueOf(String)
     * 传递过来的不是一个String,则可以通过其他的转换器来尝试转换
     *
     * @param converters
     */
    void setConverters(Set converters);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy