public class ApplicationConversionServiceFactoryBean
extends org.springframework.format.support.FormattingConversionServiceFactoryBean
| Constructor and Description |
|---|
ApplicationConversionServiceFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
(package private) org.springframework.core.convert.converter.Converter<Date,String> |
getDate2StringConverter() |
(package private) org.springframework.core.convert.converter.Converter<Kategorie,String> |
getKategorie2StringConverter() |
(package private) org.springframework.core.convert.converter.Converter<Kommentar,String> |
getKommentar2StringConverter() |
(package private) org.springframework.core.convert.converter.Converter<String,Date> |
getString2DateConverter() |
(package private) org.springframework.core.convert.converter.Converter<String,StadtteilGrenze> |
getString2StadtteilGrenzeConverter() |
(package private) org.springframework.core.convert.converter.Converter<Trashmail,String> |
getTrashmail2StringConverter() |
void |
installLabelConverters(org.springframework.format.FormatterRegistry registry) |
public ApplicationConversionServiceFactoryBean()
org.springframework.core.convert.converter.Converter<Trashmail,String> getTrashmail2StringConverter()
org.springframework.core.convert.converter.Converter<Kommentar,String> getKommentar2StringConverter()
org.springframework.core.convert.converter.Converter<Kategorie,String> getKategorie2StringConverter()
org.springframework.core.convert.converter.Converter<String,Date> getString2DateConverter()
org.springframework.core.convert.converter.Converter<Date,String> getDate2StringConverter()
org.springframework.core.convert.converter.Converter<String,StadtteilGrenze> getString2StadtteilGrenzeConverter()
public void installLabelConverters(org.springframework.format.FormatterRegistry registry)
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class org.springframework.format.support.FormattingConversionServiceFactoryBeanCopyright © 2019. All rights reserved.