Interface BodyParserEngineManager

    • Method Detail

      • getContentTypes

        Set<String> getContentTypes()
        Returns a set of the registered body parser engine content types.
        Returns:
        the registered content types
      • getBodyParserEngineForContentType

        BodyParserEngine getBodyParserEngineForContentType​(String contentType)
        Find the body parser engine for the given content type
        Parameters:
        contentType - The content type
        Returns:
        The body parser engine, if found