@groovy.transform.CompileStatic class XmlDataBindingSourceCreator extends AbstractRequestBodyDataBindingSourceCreator
Creates DataBindingSource objects from XML in the request body
Constructor and description |
---|
XmlDataBindingSourceCreator
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected DataBindingSource |
createBindingSource(java.io.Reader reader) |
|
protected DataBindingSourceCreationException |
createBindingSourceCreationException(java.lang.Exception e) |
|
protected CollectionDataBindingSource |
createCollectionBindingSource(java.io.Reader reader) |
|
CollectionDataBindingSource |
createCollectionDataBindingSource(MimeType mimeType, java.lang.Class bindingTargetType, java.lang.Object bindingSource) |
|
DataBindingSource |
createDataBindingSource(MimeType mimeType, java.lang.Class bindingTargetType, java.lang.Object bindingSource) |
|
MimeType[] |
getMimeTypes() |