public class BodyParserEngineManagerImpl extends Object implements BodyParserEngineManager
Constructor and Description |
---|
BodyParserEngineManagerImpl(com.google.inject.Injector injector) |
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.
|
protected void |
logBodyParserEngines() |
@Inject public BodyParserEngineManagerImpl(com.google.inject.Injector injector)
public Set<String> getContentTypes()
BodyParserEngineManager
getContentTypes
in interface BodyParserEngineManager
public BodyParserEngine getBodyParserEngineForContentType(String contentType)
BodyParserEngineManager
getBodyParserEngineForContentType
in interface BodyParserEngineManager
contentType
- The content typeprotected final void logBodyParserEngines()
Copyright © 2019 ninjaframework. All rights reserved.