クラス PatternEditor

java.lang.ObjectSE
java.beans.PropertyEditorSupportSE
org.springframework.beans.propertyeditors.PatternEditor
実装されたすべてのインターフェース:
PropertyEditorSE

public class PatternEditor extends PropertyEditorSupportSE
パターンプロパティに直接入力する java.util.regex.Pattern のエディター。パターンの compile メソッドと同じ構文が必要です。
導入:
2.0.1
作成者:
Juergen Hoeller
関連事項: