Class StringToOrderConverter

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

    @Component
    public class StringToOrderConverter
    extends Object
    implements org.springframework.core.convert.converter.GenericConverter
    • Constructor Detail

      • StringToOrderConverter

        public StringToOrderConverter()
    • Method Detail

      • convert

        public de.digitalcollections.model.api.paging.Order 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
      • getConvertibleTypes

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