Example usage for org.springframework.beans.propertyeditors StringTrimmerEditor subclass-usage

List of usage examples for org.springframework.beans.propertyeditors StringTrimmerEditor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.beans.propertyeditors StringTrimmerEditor subclass-usage.

Usage

From source file cdr.forms.StringCleanerTrimmerEditor.java

public class StringCleanerTrimmerEditor extends StringTrimmerEditor {

    public StringCleanerTrimmerEditor(boolean emptyAsNull) {
        super(emptyAsNull);
    }