Class LockRequestHttpToLockRequestPredicateConverter
java.lang.Object
org.springframework.http.converter.AbstractHttpMessageConverter<LockRequestPredicate>
io.jmix.webdavrest.converter.http.LockRequestHttpToLockRequestPredicateConverter
- All Implemented Interfaces:
org.springframework.http.converter.HttpMessageConverter<LockRequestPredicate>
@Component("webdav_LockRequestHttpToLockRequestPredicateConverter")
public class LockRequestHttpToLockRequestPredicateConverter
extends org.springframework.http.converter.AbstractHttpMessageConverter<LockRequestPredicate>
-
Field Summary
Fields inherited from class org.springframework.http.converter.AbstractHttpMessageConverter
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LockRequestPredicatereadInternal(Class<? extends LockRequestPredicate> clazz, org.springframework.http.HttpInputMessage inputMessage) protected booleanprotected voidwriteInternal(LockRequestPredicate lockRequestPredicate, 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
-
Constructor Details
-
LockRequestHttpToLockRequestPredicateConverter
public LockRequestHttpToLockRequestPredicateConverter()
-
-
Method Details
-
supports
- Specified by:
supportsin classorg.springframework.http.converter.AbstractHttpMessageConverter<LockRequestPredicate>
-
readInternal
protected LockRequestPredicate readInternal(Class<? extends LockRequestPredicate> clazz, org.springframework.http.HttpInputMessage inputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotReadableException - Specified by:
readInternalin classorg.springframework.http.converter.AbstractHttpMessageConverter<LockRequestPredicate>- Throws:
IOExceptionorg.springframework.http.converter.HttpMessageNotReadableException
-
writeInternal
protected void writeInternal(LockRequestPredicate lockRequestPredicate, org.springframework.http.HttpOutputMessage outputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotWritableException - Specified by:
writeInternalin classorg.springframework.http.converter.AbstractHttpMessageConverter<LockRequestPredicate>- Throws:
IOExceptionorg.springframework.http.converter.HttpMessageNotWritableException
-