mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
since 3.0
This commit is contained in:
+1
@@ -461,6 +461,7 @@ public class DataBinder implements PropertyEditorRegistry, TypeConverter {
|
||||
|
||||
/**
|
||||
* Set the ConversionService to use for field value formatting in preference to JavaBeans PropertyEditors.
|
||||
* @since 3.0
|
||||
*/
|
||||
public void setConversionService(ConversionService conversionService) {
|
||||
this.conversionService = conversionService;
|
||||
|
||||
+1
@@ -114,6 +114,7 @@ public class ConfigurableWebBindingInitializer implements WebBindingInitializer
|
||||
|
||||
/**
|
||||
* Specify a ConversionService which will apply to every DataBinder.
|
||||
* @since 3.0
|
||||
*/
|
||||
public final void setConversionService(ConversionService conversionService) {
|
||||
this.conversionService = conversionService;
|
||||
|
||||
Reference in New Issue
Block a user