Class StringToLocalDateTimeConverter

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

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

    • StringToLocalDateTimeConverter

      public StringToLocalDateTimeConverter()
  • Method Details