Creates DataBindingSource objects from JSON in the request body
| Type | Name and description |
|---|---|
private groovy.json.JsonSlurper |
jsonSlurper |
| Constructor and description |
|---|
JsonDataBindingSourceCreator
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected DataBindingSource |
createBindingSource(Reader reader) |
|
protected DataBindingSourceCreationException |
createBindingSourceCreationException(java.lang.Exception e) |
|
protected CollectionDataBindingSource |
createCollectionBindingSource(Reader reader) |
|
DataBindingSource |
createDataBindingSource(MimeType mimeType, java.lang.Class bindingTargetType, java.lang.Object bindingSource) |
|
protected Map |
createJsonMap(java.lang.Object jsonElement) |
|
MimeType[] |
getMimeTypes() |