@Configuration public class ConverterConfig extends Object
| Constructor and Description |
|---|
ConverterConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.convert.converter.Converter<String,Date> |
stringToDateConverter() |
org.springframework.core.convert.converter.Converter<String,Double> |
stringToDoubleConverter() |
org.springframework.core.convert.converter.Converter<String,Integer> |
stringToIntegerConverter() |
Copyright © 2019. All rights reserved.