Class JSONRequestBodyMapHandler

java.lang.Object
org.apache.ofbiz.webapp.event.JSONRequestBodyMapHandler
All Implemented Interfaces:
RequestBodyMapHandler

public class JSONRequestBodyMapHandler extends Object implements RequestBodyMapHandler
An implementation of RequestBodyMapHandler that can extract a Map<String, Object> from the JSON data in the request body
  • Constructor Details

    • JSONRequestBodyMapHandler

      public JSONRequestBodyMapHandler()
  • Method Details