Interface ExpressionResolverProvider

    • Method Detail

      • instance

        ExpressionResolver instance​(RuntimeContext<?> context)

        Method returns a new or existing expression resolver. If the implementation has a state, developers might want to use the provided RuntimeContext as a WeakReference key for that state.

        Parameters:
        context - runtime context from which the resolver is requested
        Returns:
        new or existing instance of ExpressionResolver