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 SummaryFieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final StringFields inherited from class org.springframework.http.converter.AbstractHttpMessageConverterlogger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected PropFindPropertiesListreadInternal(Class<? extends PropFindPropertiesList> clazz, org.springframework.http.HttpInputMessage inputMessage) protected booleanprotected voidwriteInternal(PropFindPropertiesList nodes, org.springframework.http.HttpOutputMessage outputMessage) Methods inherited from class org.springframework.http.converter.AbstractHttpMessageConverteraddDefaultHeaders, canRead, canRead, canWrite, canWrite, getContentLength, getDefaultCharset, getDefaultContentType, getSupportedMediaTypes, read, setDefaultCharset, setSupportedMediaTypes, supportsRepeatableWrites, writeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.http.converter.HttpMessageConvertergetSupportedMediaTypes
- 
Field Details- 
PROPS_EXTRACT_X_PATH- See Also:
 
- 
ALLPROP_EXTRACT_X_PATH- See Also:
 
- 
PROPNAME_EXTRACT_X_PATH- See Also:
 
 
- 
- 
Constructor Details- 
PropFindRequestHttpToPropFindRequestPropertiesConverterpublic PropFindRequestHttpToPropFindRequestPropertiesConverter()
 
- 
- 
Method Details- 
supports- Specified by:
- supportsin class- org.springframework.http.converter.AbstractHttpMessageConverter<PropFindPropertiesList>
 
- 
readInternalprotected PropFindPropertiesList readInternal(Class<? extends PropFindPropertiesList> clazz, org.springframework.http.HttpInputMessage inputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotReadableException - Specified by:
- readInternalin class- org.springframework.http.converter.AbstractHttpMessageConverter<PropFindPropertiesList>
- Throws:
- IOException
- org.springframework.http.converter.HttpMessageNotReadableException
 
- 
writeInternalprotected void writeInternal(PropFindPropertiesList nodes, org.springframework.http.HttpOutputMessage outputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotWritableException - Specified by:
- writeInternalin class- org.springframework.http.converter.AbstractHttpMessageConverter<PropFindPropertiesList>
- Throws:
- IOException
- org.springframework.http.converter.HttpMessageNotWritableException
 
 
-