类 OssProxyAddressConverter

java.lang.Object
cn.herodotus.oss.solution.proxy.OssProxyAddressConverter
所有已实现的接口:
org.springframework.core.convert.converter.Converter<String,String>

public class OssProxyAddressConverter extends Object implements org.springframework.core.convert.converter.Converter<String,String>

Description: 默认代理地址转换器

作者:
: gengwei.zheng
Date:
: 2023/8/19 18:21
  • 构造器详细资料

    • OssProxyAddressConverter

      public OssProxyAddressConverter(OssProxyProperties ossProxyProperties)
  • 方法详细资料

    • convert

      public String convert(String source)
      指定者:
      convert 在接口中 org.springframework.core.convert.converter.Converter<String,String>