java.lang.Object
jakarta.el.ELContext
jakarta.el.StandardELContext
org.hibernate.validator.internal.engine.messageinterpolation.el.BeanPropertiesElContext

public class BeanPropertiesElContext extends jakarta.el.StandardELContext
Author:
Guillaume Smet
  • Constructor Summary

    Constructors
    Constructor
    Description
    BeanPropertiesElContext(jakarta.el.ExpressionFactory expressionFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addELResolver(jakarta.el.ELResolver cELResolver)
     
    jakarta.el.ELResolver
     

    Methods inherited from class jakarta.el.StandardELContext

    getContext, getFunctionMapper, getVariableMapper, putContext

    Methods inherited from class jakarta.el.ELContext

    addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, setLocale, setPropertyResolved, setPropertyResolved

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BeanPropertiesElContext

      public BeanPropertiesElContext(jakarta.el.ExpressionFactory expressionFactory)
  • Method Details

    • addELResolver

      public void addELResolver(jakarta.el.ELResolver cELResolver)
      Overrides:
      addELResolver in class jakarta.el.StandardELContext
    • getELResolver

      public jakarta.el.ELResolver getELResolver()
      Overrides:
      getELResolver in class jakarta.el.StandardELContext