@CompileStatic class JsonDataBindingSourceCreator extends AbstractRequestBodyDataBindingSourceCreator
Creates DataBindingSource objects from JSON in the request body
| Modifiers | Name | Description |
|---|---|---|
class |
JsonDataBindingSourceCreator.1 |
| Type | Name and description |
|---|---|
JsonSlurper |
jsonSlurper |
| Properties inherited from class | Properties |
|---|---|
class AbstractRequestBodyDataBindingSourceCreator |
ignoredRequestBodyMethods |
| Constructor and description |
|---|
JsonDataBindingSourceCreator() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected DataBindingSource |
createBindingSource(Reader reader) |
|
protected DataBindingSourceCreationException |
createBindingSourceCreationException(Exception e) |
|
protected CollectionDataBindingSource |
createCollectionBindingSource(Reader reader) |
|
DataBindingSource |
createDataBindingSource(MimeType mimeType, Class bindingTargetType, Object bindingSource) |
|
protected Map |
createJsonMap(Object jsonElement) |
|
MimeType[] |
getMimeTypes() |