Class SPELContextMapWrapper

Object
org.thymeleaf.spring6.expression.SPELContextMapWrapper
All Implemented Interfaces:
Map

public final class SPELContextMapWrapper extends Object implements Map

Wrapper on IContext objects that makes them look like java.util.Map objects in order to be used at the root of SpEL expressions without the need to use custom property accessors in most scenarios.

Since:
3.0.3
Author:
Daniel Fernández
  • Method Details