Class ApplicationPropertyConverter

java.lang.Object
io.jmix.webdav.dto.ApplicationPropertyConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,Applications>

@Component("webdav_ApplicationPropertyConverter") @ConfigurationPropertiesBinding public class ApplicationPropertyConverter extends Object implements org.springframework.core.convert.converter.Converter<String,Applications>
  • Constructor Details

    • ApplicationPropertyConverter

      public ApplicationPropertyConverter()
  • Method Details

    • convert

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

      public String convert(Applications applications)
    • generateGson

      public com.google.gson.Gson generateGson()