@CompileStatic abstract class AbstractRequestBodyDataBindingSourceCreator extends DefaultDataBindingSourceCreator
| Type | Name and description |
|---|---|
List<HttpMethod> |
ignoredRequestBodyMethods |
| Constructor and description |
|---|
AbstractRequestBodyDataBindingSourceCreator() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected DataBindingSource |
createBindingSource(InputStream inputStream, String charsetName) |
|
protected abstract DataBindingSource |
createBindingSource(Reader reader) |
|
protected DataBindingSourceCreationException |
createBindingSourceCreationException(Exception e) |
|
protected CollectionDataBindingSource |
createCollectionBindingSource(InputStream inputStream, String charsetName) |
|
protected abstract CollectionDataBindingSource |
createCollectionBindingSource(Reader reader) |
|
CollectionDataBindingSource |
createCollectionDataBindingSource(MimeType mimeType, Class bindingTargetType, Object bindingSource) |
|
DataBindingSource |
createDataBindingSource(MimeType mimeType, Class bindingTargetType, Object bindingSource) |
|
Class |
getTargetType() |
| Methods inherited from class | Name |
|---|---|
class DefaultDataBindingSourceCreator |
createCollectionDataBindingSource, createDataBindingSource, createDataBindingSource, getMimeTypes, getTargetType |