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

com.github.guang19.cosservice.config.parser.COSClientConfigurationParser Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package com.github.guang19.cosservice.config.parser;

import com.github.guang19.cosservice.config.COSClientConfiguration;

/**
 * @author yangguang
 * @date 2020/2/5
 * @description 

* COS客户端配置解析器 *

*/ @FunctionalInterface public interface COSClientConfigurationParser { /** *

解析COS客户端配置

* @param config 配置文件 * @return COS客户端配置 */ public COSClientConfiguration parse(String config); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy