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

group.flyfish.rest.configuration.modifier.RestPropertiesModifier Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package group.flyfish.rest.configuration.modifier;

import group.flyfish.rest.configuration.RestClientProperties;

/**
 * rest属性修改器
 *
 * @author wangyu
 */
public interface RestPropertiesModifier {

    /**
     * 修改属性,发生在afterPropertiesSet之前
     *
     * @param properties 属性
     */
    void modify(RestClientProperties properties);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy