Class RequestBodyMapHandlerFactory


  • public class RequestBodyMapHandlerFactory
    extends java.lang.Object
    Factory class that provides the proper RequestBodyMapHandler based on the content type of the ServletRequest
    • Constructor Detail

      • RequestBodyMapHandlerFactory

        public RequestBodyMapHandlerFactory()
    • Method Detail

      • extractMapFromRequestBody

        public static java.util.Map<java.lang.String,​java.lang.Object> extractMapFromRequestBody​(ServletRequest request)
                                                                                                throws java.io.IOException
        Throws:
        java.io.IOException