Package feign

Interface QueryMapEncoder

    • Method Detail

      • encode

        java.util.Map<java.lang.String,​java.lang.Object> encode​(java.lang.Object object)
        Encodes the given object into a query map.
        Parameters:
        object - the object to encode
        Returns:
        the map represented by the object