Class PatternEditor

java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.beans.propertyeditors.PatternEditor
All Implemented Interfaces:
PropertyEditor

public class PatternEditor extends PropertyEditorSupport
Editor for java.util.regex.Pattern, to directly populate a Pattern property. Expects the same syntax as Pattern's compile method.
Since:
2.0.1
Author:
Juergen Hoeller
See Also: