public interface BodyParserEngine
Modifier and Type | Method and Description |
---|---|
String |
getContentType()
The content type this BodyParserEngine can handle
MUST BE THREAD SAFE TO CALL!
|
<T> T |
invoke(Context context,
Class<T> classOfT)
Invoke the parser and get back a Java object populated
with the content of this request.
|
<T> T invoke(Context context, Class<T> classOfT)
context
- The contextclassOfT
- The class we expectString getContentType()
Copyright © 2019 ninjaframework. All rights reserved.