Interface RequestBodyDecoderLayer

    • Method Summary

      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> decode​(HttpRequest request)
      Returns a map with the parameters parsed from the request body.
      • Methods inherited from interface java.lang.reflect.InvocationHandler

        invoke
    • Method Detail

      • decode

        java.util.Map<java.lang.String,​java.lang.Object> decode​(HttpRequest request)
        Returns a map with the parameters parsed from the request body.
        Parameters:
        request - Http request instance.
        Returns:
        Map with all the parameters.