Class RequestBodyParser


  • public class RequestBodyParser
    extends java.lang.Object
    Provides convenient methods to parse the request body.
    Since:
    6.2.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends Parameters>
      T
      parseBodyAsParameters​(java.lang.String body, java.lang.Class<T> requiredType)  
      • Methods inherited from class java.lang.Object

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

      • parseBodyAsParameters

        public static <T extends Parameters> T parseBodyAsParameters​(java.lang.String body,
                                                                     java.lang.Class<T> requiredType)