Class ValueContext


  • @OpenApiAll
    public class ValueContext
    extends java.lang.Object
    Value context is used when getting value with ParameterizedExpression. The invoker of the ParameterizedExpression passes the actual value context instance, while the expression implementation is responsible if to react according the context instance.
    See Also:
    ParameterizedExpression
    • Constructor Summary

      Constructors 
      Constructor Description
      ValueContext()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ValueContext

        public ValueContext()