Class PropPatchRequestHttpToPropPatchPropertiesListConverter

java.lang.Object
org.springframework.http.converter.AbstractHttpMessageConverter<PropPatchPropertiesList>
io.jmix.webdavrest.converter.http.PropPatchRequestHttpToPropPatchPropertiesListConverter
All Implemented Interfaces:
org.springframework.http.converter.HttpMessageConverter<PropPatchPropertiesList>

@Component("webdav_PropPatchRequestHttpToPropPatchPropertiesListConverter") public class PropPatchRequestHttpToPropPatchPropertiesListConverter extends org.springframework.http.converter.AbstractHttpMessageConverter<PropPatchPropertiesList>
  • Field Details

  • Constructor Details

    • PropPatchRequestHttpToPropPatchPropertiesListConverter

      public PropPatchRequestHttpToPropPatchPropertiesListConverter()
  • Method Details

    • supports

      protected boolean supports(Class<?> clazz)
      Specified by:
      supports in class org.springframework.http.converter.AbstractHttpMessageConverter<PropPatchPropertiesList>
    • readInternal

      protected PropPatchPropertiesList readInternal(Class<? extends PropPatchPropertiesList> clazz, org.springframework.http.HttpInputMessage inputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotReadableException
      Specified by:
      readInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<PropPatchPropertiesList>
      Throws:
      IOException
      org.springframework.http.converter.HttpMessageNotReadableException
    • writeInternal

      protected void writeInternal(PropPatchPropertiesList nodes, org.springframework.http.HttpOutputMessage outputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotWritableException
      Specified by:
      writeInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<PropPatchPropertiesList>
      Throws:
      IOException
      org.springframework.http.converter.HttpMessageNotWritableException