You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Allows for custom configuration of a spring expression language {@link org.springframework.expression.EvaluationContext}.
* This can for example be used to add custom {@link org.springframework.expression.PropertyAccessor}s and {@link org.springframework.expression.MethodResolver}s.
*/
public interface EvaluationContextConfigurer {
/**
* Configure the context before it's used by docxstamper.