Class StringToFilterCriteriaGenericConverter<C extends java.lang.Comparable<C>>
java.lang.Object
de.digitalcollections.cudami.server.controller.converter.StringToFilterCriteriaGenericConverter<C>
- All Implemented Interfaces:
org.springframework.core.convert.converter.GenericConverter
@Component
public class StringToFilterCriteriaGenericConverter<C extends java.lang.Comparable<C>>
extends java.lang.Object
implements org.springframework.core.convert.converter.GenericConverter
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description StringToFilterCriteriaGenericConverter() -
Method Summary
Modifier and Type Method Description java.lang.Objectconvert(java.lang.Object source, org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType)java.util.Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair>getConvertibleTypes()
-
Constructor Details
-
StringToFilterCriteriaGenericConverter
public StringToFilterCriteriaGenericConverter()
-
-
Method Details
-
getConvertibleTypes
public java.util.Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> getConvertibleTypes()- Specified by:
getConvertibleTypesin interfaceorg.springframework.core.convert.converter.GenericConverter
-
convert
public java.lang.Object convert(java.lang.Object source, org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType)- Specified by:
convertin interfaceorg.springframework.core.convert.converter.GenericConverter
-