public interface BodyParserEngineManager
| Modifier and Type | Method and Description |
|---|---|
BodyParserEngine |
getBodyParserEngineForContentType(String contentType)
Find the body parser engine for the given content type
|
Set<String> |
getContentTypes()
Returns a set of the registered body parser engine content types.
|
Set<String> getContentTypes()
BodyParserEngine getBodyParserEngineForContentType(String contentType)
contentType - The content typeCopyright © 2019 ninjaframework. All rights reserved.