java.lang.Object
org.qubership.integration.platform.engine.opensearch.ism.converters.StringToTimeValueConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,TimeValue>

@Component @ConfigurationPropertiesBinding public class StringToTimeValueConverter extends Object implements org.springframework.core.convert.converter.Converter<String,TimeValue>
  • Constructor Details

    • StringToTimeValueConverter

      public StringToTimeValueConverter()
  • Method Details

    • convert

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