Class LockInfoWithResourceUriToElementConverter

java.lang.Object
io.jmix.webdavrest.converter.LockInfoWithResourceUriToElementConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<LockInfoWithResourceUri,org.dom4j.Element>

public class LockInfoWithResourceUriToElementConverter extends Object implements org.springframework.core.convert.converter.Converter<LockInfoWithResourceUri,org.dom4j.Element>
  • Field Details

    • wt

      protected WebdavTools wt
    • wp

      protected WebdavPreconditions wp
    • lockSupport

      protected WebdavLockSupport lockSupport
    • conversionService

      protected io.vavr.Lazy<org.springframework.core.convert.ConversionService> conversionService
      Use Lazy, because we have some problems with Inject. If we inject class using constructor, will be made new ConversionService instead class which is described in xml
  • Constructor Details

    • LockInfoWithResourceUriToElementConverter

      public LockInfoWithResourceUriToElementConverter(WebdavTools wt, WebdavPreconditions wp, WebdavLockSupport lockSupport, io.vavr.Lazy<org.springframework.core.convert.ConversionService> conversionService)
  • Method Details