Class SpringExpressionContextLookupFunction<T extends BaseContext,​U>

    • Constructor Detail

      • SpringExpressionContextLookupFunction

        public SpringExpressionContextLookupFunction​(@Nonnull @ParameterName(name="inClass")
                                                     Class<T> inClass,
                                                     @Nonnull @NotEmpty @ParameterName(name="expression")
                                                     String expression)
        Constructor.
        Parameters:
        inClass - the class we accept as input.
        expression - the expression to evaluate.
      • SpringExpressionContextLookupFunction

        public SpringExpressionContextLookupFunction​(@Nonnull @ParameterName(name="inClass")
                                                     Class<T> inClass,
                                                     @Nonnull @NotEmpty @ParameterName(name="expression")
                                                     String expression,
                                                     @ParameterName(name="outputType") @Nullable
                                                     Class<U> outputType)
        Constructor.
        Parameters:
        inClass - the class we accept as input.
        expression - the expression to evaluate.
        outputType - the type to test against.