Class MapAdaptableELResolver
java.lang.Object
jakarta.el.ELResolver
org.springframework.binding.expression.el.MapAdaptableELResolver
public class MapAdaptableELResolver
extends jakarta.el.ELResolver
An
ELResolver
for properly resolving variables in an instance of MapAdaptable
- Author:
- Jeremy Grelle
-
Field Summary
Fields inherited from class jakarta.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
getCommonPropertyType
(jakarta.el.ELContext context, Object base) getFeatureDescriptors
(jakarta.el.ELContext context, Object base) Class<?>
boolean
isReadOnly
(jakarta.el.ELContext context, Object base, Object property) void
Methods inherited from class jakarta.el.ELResolver
convertToType, invoke
-
Constructor Details
-
MapAdaptableELResolver
public MapAdaptableELResolver()
-
-
Method Details
-
getCommonPropertyType
- Specified by:
getCommonPropertyType
in classjakarta.el.ELResolver
-
getFeatureDescriptors
- Overrides:
getFeatureDescriptors
in classjakarta.el.ELResolver
-
getType
public Class<?> getType(jakarta.el.ELContext context, Object base, Object property) throws NullPointerException, jakarta.el.ELException - Specified by:
getType
in classjakarta.el.ELResolver
- Throws:
NullPointerException
jakarta.el.ELException
-
getValue
public Object getValue(jakarta.el.ELContext context, Object base, Object property) throws NullPointerException, jakarta.el.ELException - Specified by:
getValue
in classjakarta.el.ELResolver
- Throws:
NullPointerException
jakarta.el.ELException
-
isReadOnly
public boolean isReadOnly(jakarta.el.ELContext context, Object base, Object property) throws NullPointerException, jakarta.el.ELException - Specified by:
isReadOnly
in classjakarta.el.ELResolver
- Throws:
NullPointerException
jakarta.el.ELException
-
setValue
public void setValue(jakarta.el.ELContext context, Object base, Object property, Object value) throws NullPointerException, jakarta.el.ELException - Specified by:
setValue
in classjakarta.el.ELResolver
- Throws:
NullPointerException
jakarta.el.ELException
-