Class PropPatchResponseObjectToPropPatchResponseHttpConverter
java.lang.Object
org.springframework.http.converter.AbstractHttpMessageConverter<PropPatchResponseObject>
io.jmix.webdavrest.converter.http.PropPatchResponseObjectToPropPatchResponseHttpConverter
- All Implemented Interfaces:
org.springframework.http.converter.HttpMessageConverter<PropPatchResponseObject>
@Component("webdav_PropPatchResponseObjectToPropPatchResponseHttpConverter")
public class PropPatchResponseObjectToPropPatchResponseHttpConverter
extends org.springframework.http.converter.AbstractHttpMessageConverter<PropPatchResponseObject>
-
Field Summary
FieldsFields inherited from class org.springframework.http.converter.AbstractHttpMessageConverter
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringcreatePropFindResourcePath(String resourceUriPath) protected PropPatchResponseObjectreadInternal(Class<? extends PropPatchResponseObject> clazz, org.springframework.http.HttpInputMessage inputMessage) protected booleanprotected voidwriteInternal(PropPatchResponseObject propPatchResponseObject, org.springframework.http.HttpOutputMessage outputMessage) Methods inherited from class org.springframework.http.converter.AbstractHttpMessageConverter
addDefaultHeaders, canRead, canRead, canWrite, canWrite, getContentLength, getDefaultCharset, getDefaultContentType, getSupportedMediaTypes, read, setDefaultCharset, setSupportedMediaTypes, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.http.converter.HttpMessageConverter
getSupportedMediaTypes
-
Field Details
-
FILES_ENDPOINT_PATH
- See Also:
-
wt
-
-
Constructor Details
-
PropPatchResponseObjectToPropPatchResponseHttpConverter
-
-
Method Details
-
supports
- Specified by:
supportsin classorg.springframework.http.converter.AbstractHttpMessageConverter<PropPatchResponseObject>
-
readInternal
protected PropPatchResponseObject readInternal(Class<? extends PropPatchResponseObject> clazz, org.springframework.http.HttpInputMessage inputMessage) throws org.springframework.http.converter.HttpMessageNotReadableException - Specified by:
readInternalin classorg.springframework.http.converter.AbstractHttpMessageConverter<PropPatchResponseObject>- Throws:
org.springframework.http.converter.HttpMessageNotReadableException
-
writeInternal
protected void writeInternal(PropPatchResponseObject propPatchResponseObject, org.springframework.http.HttpOutputMessage outputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotWritableException - Specified by:
writeInternalin classorg.springframework.http.converter.AbstractHttpMessageConverter<PropPatchResponseObject>- Throws:
IOExceptionorg.springframework.http.converter.HttpMessageNotWritableException
-
createPropFindResourcePath
protected String createPropFindResourcePath(String resourceUriPath) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-