クラス MapAdaptableELResolver
java.lang.ObjectSE
jakarta.el.ELResolver
org.springframework.binding.expression.el.MapAdaptableELResolver
public class MapAdaptableELResolver
extends jakarta.el.ELResolver
MapAdaptable のインスタンス内の変数を適切に解決するための ELResolver - 作成者:
- Jeremy Grelle
フィールド概要
クラス jakarta.el.ELResolver から継承されたフィールド
RESOLVABLE_AT_DESIGN_TIME, TYPEコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明ClassSE<?>getCommonPropertyType(jakarta.el.ELContext context, ObjectSE base) getFeatureDescriptors(jakarta.el.ELContext context, ObjectSE base) ClassSE<?>booleanisReadOnly(jakarta.el.ELContext context, ObjectSE base, ObjectSE property) voidクラス jakarta.el.ELResolver から継承されたメソッド
convertToType, invoke
コンストラクターの詳細
MapAdaptableELResolver
public MapAdaptableELResolver()
メソッドの詳細
getCommonPropertyType
- 次で指定:
- クラス
jakarta.el.ELResolverのgetCommonPropertyType
getFeatureDescriptors
public IteratorSE<FeatureDescriptorSE> getFeatureDescriptors(jakarta.el.ELContext context, ObjectSE base) - オーバーライド:
- クラス
jakarta.el.ELResolverのgetFeatureDescriptors
getType
public ClassSE<?> getType(jakarta.el.ELContext context, ObjectSE base, ObjectSE property) throws NullPointerExceptionSE, jakarta.el.ELException - 次で指定:
- クラス
jakarta.el.ELResolverのgetType - 例外:
NullPointerExceptionSEjakarta.el.ELException
getValue
public ObjectSE getValue(jakarta.el.ELContext context, ObjectSE base, ObjectSE property) throws NullPointerExceptionSE, jakarta.el.ELException - 次で指定:
- クラス
jakarta.el.ELResolverのgetValue - 例外:
NullPointerExceptionSEjakarta.el.ELException
isReadOnly
public boolean isReadOnly(jakarta.el.ELContext context, ObjectSE base, ObjectSE property) throws NullPointerExceptionSE, jakarta.el.ELException - 次で指定:
- クラス
jakarta.el.ELResolverのisReadOnly - 例外:
NullPointerExceptionSEjakarta.el.ELException
setValue
public void setValue(jakarta.el.ELContext context, ObjectSE base, ObjectSE property, ObjectSE value) throws NullPointerExceptionSE, jakarta.el.ELException - 次で指定:
- クラス
jakarta.el.ELResolverのsetValue - 例外:
NullPointerExceptionSEjakarta.el.ELException