Interface Resolver

    • Method Detail

      • resolve

        CompletionStage<Object> resolve​(EvalContext context)
        This method should return an instance of Results#NotFound if it's not possible to resolve the context. Any other value is considered a valid result, including null.
        Parameters:
        context -
        Returns:
        the result