Uses of Interface
pro.verron.officestamper.api.EvaluationContextConfigurer
Packages that use EvaluationContextConfigurer
Package
Description
This package provides presets and recommended configurations for docxstamper library users;
-
Uses of EvaluationContextConfigurer in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return EvaluationContextConfigurerModifier and TypeMethodDescriptionOfficeStamperConfiguration.getEvaluationContextConfigurer()
Retrieves the EvaluationContextConfigurer for configuring the Spring Expression Language (SPEL) EvaluationContext used by the docxstamper.Methods in pro.verron.officestamper.api with parameters of type EvaluationContextConfigurerModifier and TypeMethodDescriptionOfficeStamperConfiguration.setEvaluationContextConfigurer
(EvaluationContextConfigurer evaluationContextConfigurer) Sets the EvaluationContextConfigurer for configuring the Spring Expression Language (SPEL) EvaluationContext. -
Uses of EvaluationContextConfigurer in pro.verron.officestamper.preset
Methods in pro.verron.officestamper.preset that return EvaluationContextConfigurerModifier and TypeMethodDescriptionstatic EvaluationContextConfigurer
EvaluationContextConfigurers.defaultConfigurer()
Returns a defaultEvaluationContextConfigurer
instance.static EvaluationContextConfigurer
EvaluationContextConfigurers.noopConfigurer()
Returns aEvaluationContextConfigurer
instance that does no customization.