| java.lang.Object | ||
| ↳ | java.beans.PropertyEditorSupport | |
| ↳ | org.springframework.beans.propertyeditors.PatternEditor | |
Editor for java.util.regex.Pattern, to directly populate a Pattern property.
Expects the same syntax as Pattern's compile method.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new PatternEditor with default settings.
| |||||||||||
Create a new PatternEditor with the given settings.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.beans.PropertyEditorSupport
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.beans.PropertyEditor
| |||||||||||
Create a new PatternEditor with the given settings.
| flags | the java.util.regex.Pattern flags to apply |
|---|