Java org.springframework.beans.factory.config CustomEditorConfigurer fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.config CustomEditorConfigurer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.config CustomEditorConfigurer.

The text is from its open source code.

Constructor

Method

voidsetCustomEditors(Map, Class> customEditors)
Specify the custom editors to register via a Map , using the class name of the required type as the key and the class name of the associated PropertyEditor as value.
voidsetPropertyEditorRegistrars(PropertyEditorRegistrar[] propertyEditorRegistrars)
Specify the PropertyEditorRegistrar PropertyEditorRegistrars to apply to beans defined within the current application context.