woolpack.el
クラス ReflectionPropertyELFactory
java.lang.Object
woolpack.el.ReflectionPropertyELFactory
- すべての実装されたインタフェース:
- PropertyELFactory
public class ReflectionPropertyELFactory
- extends java.lang.Object
- implements PropertyELFactory
リフレクションを使用したPropertyELFactory
です。
getter/setterのオーバロードには対応していません。
- 作成者:
- nakamura
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionPropertyELFactory
public ReflectionPropertyELFactory(Fn<ConvertContext,java.lang.Void> fn)
- パラメータ:
fn
- 変換器。
newGetter
public GettingEL newGetter(java.lang.Class clazz,
java.lang.String propertyName)
- インタフェース
PropertyELFactory
の記述:
- 対象クラスの対象プロパティ名の値を取得するための
GettingEL
を返します。
- 定義:
- インタフェース
PropertyELFactory
内の newGetter
- パラメータ:
clazz
- 対象クラス。propertyName
- 対象クラスの対象プロパティ名。
- 戻り値:
- 対象クラスの対象プロパティ名の値を取得する
GettingEL
。
newSetter
public EL newSetter(java.lang.Class clazz,
java.lang.String propertyName)
- インタフェース
PropertyELFactory
の記述:
- 対象クラスの対象プロパティ名に値を設定するための
EL
を返します。
- 定義:
- インタフェース
PropertyELFactory
内の newSetter
- パラメータ:
clazz
- 対象クラス。propertyName
- 対象クラスの対象プロパティ名。
- 戻り値:
- 対象クラスの対象プロパティ名に値を設定する
EL
。
getFn
public Fn<ConvertContext,java.lang.Void> getFn()
setFn
public void setFn(Fn<ConvertContext,java.lang.Void> fn)
Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.