Class OrderListConverter
java.lang.Object
tech.corefinance.common.converter.OrderListConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,,List<org.springframework.data.domain.Sort.Order>> org.springframework.format.Formatter<List<org.springframework.data.domain.Sort.Order>>,org.springframework.format.Parser<List<org.springframework.data.domain.Sort.Order>>,org.springframework.format.Printer<List<org.springframework.data.domain.Sort.Order>>
-
Constructor Details
-
OrderListConverter
public OrderListConverter()
-
-
Method Details
-
convert
-
print
- Specified by:
printin interfaceorg.springframework.format.Printer<List<org.springframework.data.domain.Sort.Order>>
-
parse
public List<org.springframework.data.domain.Sort.Order> parse(String text, Locale locale) throws ParseException - Specified by:
parsein interfaceorg.springframework.format.Parser<List<org.springframework.data.domain.Sort.Order>>- Throws:
ParseException
-