Package 

Interface URLQueryParamsEncoder

  • All Implemented Interfaces:
    io.outfoxx.sunday.mediatypes.codecs.MediaTypeEncoder

    
    public interface URLQueryParamsEncoder
     implements MediaTypeEncoder
                        

    Common interface for encoders that support encoding parameters int a URL encoded string as well as binary data.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String encodeQueryString(Map<String, Object> parameters) Encodes parameters into a URL encoded string.
      • Methods inherited from class io.outfoxx.sunday.mediatypes.codecs.MediaTypeEncoder

        encode
      • Methods inherited from class kotlin.Any

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail