Interface for class that render RESTful responses to implement
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Class<T> |
getTargetType() @return The target type |
|
void |
render(T object, RenderContext context) Renders the object |
Methods inherited from class | Name |
---|---|
interface MimeTypeProvider |
getMimeTypes |
Renders the object
object
- The object to rendercontext
- The RenderContext