Interface EvaluationContextConfigurer

  • All Known Implementing Classes:
    NoOpEvaluationContextConfigurer

    public interface EvaluationContextConfigurer
    Allows for custom configuration of a spring expression language EvaluationContext. This can for example be used to add custom PropertyAccessors and MethodResolvers.
    • Method Detail

      • configureEvaluationContext

        void configureEvaluationContext​(org.springframework.expression.spel.support.StandardEvaluationContext context)
        Configure the context before it's used by docxstamper.
        Parameters:
        context - the spel eval context, not null