Class SpELMap<K,V>

java.lang.Object
com.predic8.membrane.core.lang.spel.spelable.SpELMap<K,V>
All Implemented Interfaces:
SpELLablePropertyAware
Direct Known Subclasses:
SpELProperties

public class SpELMap<K,V> extends Object implements SpELLablePropertyAware
  • Field Details

    • data

      protected final Map<K,V> data
  • Constructor Details

    • SpELMap

      public SpELMap(Map<K,V> data)
  • Method Details

    • read

      public org.springframework.expression.TypedValue read(org.springframework.expression.EvaluationContext context, Object target, String name)
      Specified by:
      read in interface SpELLablePropertyAware