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 Details

  • Constructor Details

    • PropPatchResponseObjectToPropPatchResponseHttpConverter

      public PropPatchResponseObjectToPropPatchResponseHttpConverter(WebdavTools wt)
  • Method Details

    • supports

      protected boolean supports(Class<?> clazz)
      Specified by:
      supports in class org.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:
      readInternal in class org.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:
      writeInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<PropPatchResponseObject>
      Throws:
      IOException
      org.springframework.http.converter.HttpMessageNotWritableException
    • createPropFindResourcePath

      protected String createPropFindResourcePath(String resourceUriPath) throws UnsupportedEncodingException
      Throws:
      UnsupportedEncodingException