Class OssProxyAddressConverter

java.lang.Object
cn.herodotus.oss.solution.proxy.OssProxyAddressConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,String>

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

Description: 默认代理地址转换器

Author:
: gengwei.zheng
Date:
: 2023/8/19 18:21
  • Constructor Details

    • OssProxyAddressConverter

      public OssProxyAddressConverter(OssProxyProperties ossProxyProperties)
  • Method Details

    • convert

      public String convert(String source)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<String,String>