Uses of Class
org.wickedsource.docxstamper.DocxStamperConfiguration
Packages that use DocxStamperConfiguration
-
Uses of DocxStamperConfiguration in org.wickedsource.docxstamper
Methods in org.wickedsource.docxstamper that return DocxStamperConfigurationModifier and TypeMethodDescriptionDocxStamperConfiguration.addCommentProcessor(Class<?> interfaceClass, CommentProcessorBuilder commentProcessorFactory) Registers the specified ICommentProcessor as an implementation of the specified interface.DocxStamperConfiguration.addResolver(ObjectResolver resolver) Adds a resolver to the list of resolvers in the `DocxStamperConfiguration` object.DocxStamperConfiguration.addTypeResolver(Class<T> resolvedType, ITypeResolver<T> resolver) Deprecated, for removal: This API element is subject to removal in a future version.This method has been deprecated since version 1.6.7, and it is scheduled for removal.DocxStamperConfiguration.exposeInterfaceToExpressionLanguage(Class<?> interfaceClass, Object implementation) Exposes all methods of a given interface to the expression language.DocxStamperConfiguration.leaveEmptyOnExpressionError(boolean leaveEmpty) If an error is caught while evaluating an expression the expression will be replaced with an empty string instead of leaving the original expression in the document.DocxStamperConfiguration.nullValuesDefault(String nullValuesDefault) Deprecated, for removal: This API element is subject to removal in a future version.This method has been deprecated since version 1.6.7.DocxStamperConfiguration.replaceNullValues(boolean replaceNullValues) Deprecated, for removal: This API element is subject to removal in a future version.This method has been deprecated since version 1.6.7.DocxStamperConfiguration.replaceUnresolvedExpressions(boolean replaceUnresolvedExpressions) Indicates if expressions that doesn't resolve should be replaced by a default value.DocxStamperConfiguration.setDefaultTypeResolver(ITypeResolver<? super Object> defaultResolver) Deprecated, for removal: This API element is subject to removal in a future version.This method is deprecated and scheduled for removal in version 1.6.7.DocxStamperConfiguration.setEvaluationContextConfigurer(EvaluationContextConfigurer evaluationContextConfigurer) Provides anEvaluationContextConfigurerwhich may change the configuration of a SpringEvaluationContextwhich is used for evaluating expressions in comments and text.DocxStamperConfiguration.setFailOnUnresolvedExpression(boolean failOnUnresolvedExpression) If set to true, stamper will throw anDocxStamperExceptionif a variable expression or processor expression within the document or within the comments is encountered that cannot be resolved.DocxStamperConfiguration.setLineBreakPlaceholder(String lineBreakPlaceholder) The String provided as lineBreakPlaceholder will be replaced with a line break when stamping a document.DocxStamperConfiguration.setResolvers(List<ObjectResolver> resolvers) Sets the resolvers for resolving objects in the DocxStamperConfiguration.DocxStamperConfiguration.setSpelParserConfiguration(org.springframework.expression.spel.SpelParserConfiguration spelParserConfiguration) Sets theSpelParserConfigurationto use for expression parsing.DocxStamperConfiguration.unresolvedExpressionsDefaultValue(String unresolvedExpressionsDefaultValue) Indicates the default value to use for expressions that doesn't resolve.Constructors in org.wickedsource.docxstamper with parameters of type DocxStamperConfigurationModifierConstructorDescriptionDocxStamper(DocxStamperConfiguration configuration) Creates a new DocxStamper with the given configuration. -
Uses of DocxStamperConfiguration in org.wickedsource.docxstamper.processor
Constructors in org.wickedsource.docxstamper.processor with parameters of type DocxStamperConfigurationModifierConstructorDescriptionCommentProcessorFactory(DocxStamperConfiguration configuration) Creates a new CommentProcessorFactory.