Class StringToLocalDateConverter

java.lang.Object
org.activiti.api.runtime.model.impl.StringToLocalDateConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,LocalDate>

@ProcessVariableTypeConverter public class StringToLocalDateConverter extends Object implements org.springframework.core.convert.converter.Converter<String,LocalDate>
  • Constructor Details

    • StringToLocalDateConverter

      public StringToLocalDateConverter()
  • Method Details

    • convert

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