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
  • Constructor Details

    • MapAdaptableELResolver

      public MapAdaptableELResolver()
  • Method Details

    • getCommonPropertyType

      public Class<?> getCommonPropertyType(jakarta.el.ELContext context, Object base)
      Specified by:
      getCommonPropertyType in class jakarta.el.ELResolver
    • getFeatureDescriptors

      public Iterator<FeatureDescriptor> getFeatureDescriptors(jakarta.el.ELContext context, Object base)
      Overrides:
      getFeatureDescriptors in class jakarta.el.ELResolver
    • getType

      public Class<?> getType(jakarta.el.ELContext context, Object base, Object property) throws NullPointerException, jakarta.el.ELException
      Specified by:
      getType in class jakarta.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 class jakarta.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 class jakarta.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 class jakarta.el.ELResolver
      Throws:
      NullPointerException
      jakarta.el.ELException