Package org.wickedsource.docxstamper.api
Interface EvaluationContextConfigurer
-
- All Known Implementing Classes:
NoOpEvaluationContextConfigurer
public interface EvaluationContextConfigurerAllows for custom configuration of a spring expression languageEvaluationContext. This can for example be used to add customPropertyAccessors andMethodResolvers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigureEvaluationContext(org.springframework.expression.spel.support.StandardEvaluationContext context)Configure the context before it's used by docxstamper.
-