Class SimpleELContext
- java.lang.Object
-
- jakarta.el.ELContext
-
- com.github.dozermapper.core.el.contexts.SimpleELContext
-
public class SimpleELContext extends jakarta.el.ELContextProvides aELContextwhich can resolve Functions viaFunctionsMapperand Variables viaVariablesMapper
-
-
Constructor Summary
Constructors Constructor Description SimpleELContext(jakarta.el.ELResolver resolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.el.ELResolvergetELResolver()jakarta.el.FunctionMappergetFunctionMapper()jakarta.el.VariableMappergetVariableMapper()-
Methods inherited from class jakarta.el.ELContext
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolved
-
-
-
-
Method Detail
-
getELResolver
public jakarta.el.ELResolver getELResolver()
- Specified by:
getELResolverin classjakarta.el.ELContext
-
getFunctionMapper
public jakarta.el.FunctionMapper getFunctionMapper()
- Specified by:
getFunctionMapperin classjakarta.el.ELContext
-
getVariableMapper
public jakarta.el.VariableMapper getVariableMapper()
- Specified by:
getVariableMapperin classjakarta.el.ELContext
-
-