Class LockInfoWithResourceUriToLockResponseHttpConverter
java.lang.Object
org.springframework.http.converter.AbstractHttpMessageConverter<LockInfoWithResourceUri>
io.jmix.webdavrest.converter.http.LockInfoWithResourceUriToLockResponseHttpConverter
- All Implemented Interfaces:
- org.springframework.http.converter.HttpMessageConverter<LockInfoWithResourceUri>
@Component("webdav_LockInfoWithResourceUriToLockResponseHttpConverter")
public class LockInfoWithResourceUriToLockResponseHttpConverter
extends org.springframework.http.converter.AbstractHttpMessageConverter<LockInfoWithResourceUri>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected org.springframework.core.convert.ConversionServiceprotected WebdavToolsFields inherited from class org.springframework.http.converter.AbstractHttpMessageConverterlogger
- 
Constructor SummaryConstructorsConstructorDescriptionLockInfoWithResourceUriToLockResponseHttpConverter(org.springframework.core.convert.ConversionService conversionService, WebdavTools wt) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected LockInfoWithResourceUrireadInternal(Class<? extends LockInfoWithResourceUri> clazz, org.springframework.http.HttpInputMessage inputMessage) protected booleanprotected voidwriteInternal(LockInfoWithResourceUri lockInfoWithResourceUri, 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- 
conversionServiceprotected org.springframework.core.convert.ConversionService conversionService
- 
wt
 
- 
- 
Constructor Details- 
LockInfoWithResourceUriToLockResponseHttpConverterpublic LockInfoWithResourceUriToLockResponseHttpConverter(org.springframework.core.convert.ConversionService conversionService, WebdavTools wt) 
 
- 
- 
Method Details- 
supports- Specified by:
- supportsin class- org.springframework.http.converter.AbstractHttpMessageConverter<LockInfoWithResourceUri>
 
- 
readInternalprotected LockInfoWithResourceUri readInternal(Class<? extends LockInfoWithResourceUri> clazz, org.springframework.http.HttpInputMessage inputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotReadableException - Specified by:
- readInternalin class- org.springframework.http.converter.AbstractHttpMessageConverter<LockInfoWithResourceUri>
- Throws:
- IOException
- org.springframework.http.converter.HttpMessageNotReadableException
 
- 
writeInternalprotected void writeInternal(LockInfoWithResourceUri lockInfoWithResourceUri, org.springframework.http.HttpOutputMessage outputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotWritableException - Specified by:
- writeInternalin class- org.springframework.http.converter.AbstractHttpMessageConverter<LockInfoWithResourceUri>
- Throws:
- IOException
- org.springframework.http.converter.HttpMessageNotWritableException
 
 
-