Class PropFindRequestHttpToPropFindRequestPropertiesConverter

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

@Component("webdav_PropFindRequestHttpToPropFindRequestPropertiesConverter") public class PropFindRequestHttpToPropFindRequestPropertiesConverter extends org.springframework.http.converter.AbstractHttpMessageConverter<PropFindPropertiesList>
  • Field Details

  • Constructor Details

    • PropFindRequestHttpToPropFindRequestPropertiesConverter

      public PropFindRequestHttpToPropFindRequestPropertiesConverter()
  • Method Details

    • supports

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

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

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