Class ArgumentsToBaseConverter<S extends cn.herodotus.oss.specification.arguments.base.BaseArguments,T extends com.amazonaws.AmazonWebServiceRequest>

java.lang.Object
cn.herodotus.oss.dialect.s3.definition.arguments.ArgumentsToBaseConverter<S,T>
All Implemented Interfaces:
cn.herodotus.oss.specification.core.converter.OssConverter<S,T>, org.springframework.core.convert.converter.Converter<S,T>
Direct Known Subclasses:
ArgumentsToBucketConverter

public abstract class ArgumentsToBaseConverter<S extends cn.herodotus.oss.specification.arguments.base.BaseArguments,T extends com.amazonaws.AmazonWebServiceRequest> extends Object implements cn.herodotus.oss.specification.core.converter.OssConverter<S,T>

Description: 基础的统一定义请求参数转换为 S3 参数转换器

Author:
: gengwei.zheng
Date:
: 2023/8/10 15:33
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    prepare(S arguments, T request)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.core.convert.converter.Converter

    andThen

    Methods inherited from interface cn.herodotus.oss.specification.core.converter.OssConverter

    convert, getInstance
  • Constructor Details

    • ArgumentsToBaseConverter

      public ArgumentsToBaseConverter()
  • Method Details

    • prepare

      public void prepare(S arguments, T request)
      Specified by:
      prepare in interface cn.herodotus.oss.specification.core.converter.OssConverter<S extends cn.herodotus.oss.specification.arguments.base.BaseArguments,T extends com.amazonaws.AmazonWebServiceRequest>