spring-framework / org.springframework.beans.propertyeditors / StringTrimmerEditor / <init>

<init>

StringTrimmerEditor(emptyAsNull: Boolean)

Create a new StringTrimmerEditor.

Parameters

emptyAsNull - true if an empty String is to be transformed into null

StringTrimmerEditor(charsToDelete: String, emptyAsNull: Boolean)

Create a new StringTrimmerEditor.

Parameters

charsToDelete - a set of characters to delete, in addition to trimming an input String. Useful for deleting unwanted line breaks: e.g. "\r\n\f" will delete all new lines and line feeds in a String.

emptyAsNull - true if an empty String is to be transformed into null