Class LockInfoIdToStringConverter

java.lang.Object
io.jmix.webdavrest.converter.LockInfoIdToStringConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<LockInfoId,String>

@Component("webdav_LockInfoIdToStringConverter") public class LockInfoIdToStringConverter extends Object implements org.springframework.core.convert.converter.Converter<LockInfoId,String>
  • Constructor Details

    • LockInfoIdToStringConverter

      public LockInfoIdToStringConverter()
  • Method Details

    • convert

      public String convert(LockInfoId source)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<LockInfoId,String>