Example usage for org.springframework.beans PropertyEditorRegistry interface-usage

List of usage examples for org.springframework.beans PropertyEditorRegistry interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans PropertyEditorRegistry interface-usage.

Usage

From source file org.springframework.validation.DataBinder.java

/**
 * Binder that allows for setting property values onto a target object,
 * including support for validation and binding result analysis.
 * The binding process can be customized through specifying allowed fields,
 * required fields, custom editors, etc.
 *