Class AlternativeToNameValuePairsConverter

java.lang.Object
com.cloudconvert.resource.params.converter.AlternativeToNameValuePairsConverter
All Implemented Interfaces:
Converter<Boolean,List<org.apache.http.NameValuePair>>

public class AlternativeToNameValuePairsConverter extends Object implements Converter<Boolean,List<org.apache.http.NameValuePair>>
  • Constructor Details

    • AlternativeToNameValuePairsConverter

      public AlternativeToNameValuePairsConverter()
  • Method Details

    • convert

      public List<org.apache.http.NameValuePair> convert(@Nullable @Nullable Boolean alternative)
      Specified by:
      convert in interface Converter<Boolean,List<org.apache.http.NameValuePair>>