Uses of Interface
pro.verron.officestamper.api.ParagraphPlaceholderReplacer
Packages that use ParagraphPlaceholderReplacer
-
Uses of ParagraphPlaceholderReplacer in pro.verron.officestamper.api
Fields in pro.verron.officestamper.api declared as ParagraphPlaceholderReplacerModifier and TypeFieldDescriptionprotected final ParagraphPlaceholderReplacerAbstractCommentProcessor.placeholderReplacerPlaceholderReplacer used to replace expressions in the comment text.Methods in pro.verron.officestamper.api that return types with arguments of type ParagraphPlaceholderReplacerModifier and TypeMethodDescriptionOfficeStamperConfiguration.getCommentProcessors()Returns a map of comment processors associated with their respective classes.Method parameters in pro.verron.officestamper.api with type arguments of type ParagraphPlaceholderReplacerModifier and TypeMethodDescriptionOfficeStamperConfiguration.addCommentProcessor(Class<?> interfaceClass, Function<ParagraphPlaceholderReplacer, CommentProcessor> commentProcessorFactory) Adds a comment processor to the OfficeStamperConfiguration.Constructors in pro.verron.officestamper.api with parameters of type ParagraphPlaceholderReplacerModifierConstructorDescriptionprotectedAbstractCommentProcessor(ParagraphPlaceholderReplacer placeholderReplacer) Creates an instance of AbstractCommentProcessor with the given ParagraphPlaceholderReplacer.