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 Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.core.convert.ConversionServiceprotected WebdavToolsFields inherited from class org.springframework.http.converter.AbstractHttpMessageConverter
logger -
Constructor Summary
ConstructorsConstructorDescriptionLockInfoWithResourceUriToLockResponseHttpConverter(org.springframework.core.convert.ConversionService conversionService, WebdavTools wt) -
Method Summary
Modifier 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.AbstractHttpMessageConverter
addDefaultHeaders, canRead, canRead, canWrite, canWrite, getContentLength, getDefaultCharset, getDefaultContentType, getSupportedMediaTypes, read, setDefaultCharset, setSupportedMediaTypes, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.http.converter.HttpMessageConverter
getSupportedMediaTypes
-
Field Details
-
conversionService
protected org.springframework.core.convert.ConversionService conversionService -
wt
-
-
Constructor Details
-
LockInfoWithResourceUriToLockResponseHttpConverter
public LockInfoWithResourceUriToLockResponseHttpConverter(org.springframework.core.convert.ConversionService conversionService, WebdavTools wt)
-
-
Method Details
-
supports
- Specified by:
supportsin classorg.springframework.http.converter.AbstractHttpMessageConverter<LockInfoWithResourceUri>
-
readInternal
protected LockInfoWithResourceUri readInternal(Class<? extends LockInfoWithResourceUri> clazz, org.springframework.http.HttpInputMessage inputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotReadableException - Specified by:
readInternalin classorg.springframework.http.converter.AbstractHttpMessageConverter<LockInfoWithResourceUri>- Throws:
IOExceptionorg.springframework.http.converter.HttpMessageNotReadableException
-
writeInternal
protected void writeInternal(LockInfoWithResourceUri lockInfoWithResourceUri, org.springframework.http.HttpOutputMessage outputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotWritableException - Specified by:
writeInternalin classorg.springframework.http.converter.AbstractHttpMessageConverter<LockInfoWithResourceUri>- Throws:
IOExceptionorg.springframework.http.converter.HttpMessageNotWritableException
-