Class StringToFilterCriteriaGenericConverter<C extends Comparable<C>>

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.GenericConverter

    @Component
    public class StringToFilterCriteriaGenericConverter<C extends Comparable<C>>
    extends Object
    implements org.springframework.core.convert.converter.GenericConverter
    • Constructor Detail

      • StringToFilterCriteriaGenericConverter

        public StringToFilterCriteriaGenericConverter()
    • Method Detail

      • getConvertibleTypes

        public Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> getConvertibleTypes()
        Specified by:
        getConvertibleTypes in interface org.springframework.core.convert.converter.GenericConverter
      • convert

        public Object convert​(Object source,
                              org.springframework.core.convert.TypeDescriptor sourceType,
                              org.springframework.core.convert.TypeDescriptor targetType)
        Specified by:
        convert in interface org.springframework.core.convert.converter.GenericConverter