Uses of Interface
pro.verron.officestamper.api.TraceabilityReporter
Packages that use TraceabilityReporter
Package
Description
Core API interfaces and types for the OfficeStamper library.
Internal implementation of the OfficeStamper engine.
-
Uses of TraceabilityReporter in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return TraceabilityReporterModifier and TypeMethodDescriptionOfficeStamperConfiguration.getTraceabilityReporter()Retrieves the traceability reporter for tracking placeholder resolution.static TraceabilityReporterTraceabilityReporter.noop()A reporter that does nothing.Methods in pro.verron.officestamper.api with parameters of type TraceabilityReporterModifier and TypeMethodDescriptionOfficeStamperConfiguration.setTraceabilityReporter(TraceabilityReporter traceabilityReporter) Sets the traceability reporter for tracking placeholder resolution. -
Uses of TraceabilityReporter in pro.verron.officestamper.core
Methods in pro.verron.officestamper.core that return TraceabilityReporterMethods in pro.verron.officestamper.core with parameters of type TraceabilityReporterModifier and TypeMethodDescriptionDocxStamperConfiguration.setTraceabilityReporter(TraceabilityReporter traceabilityReporter) Constructors in pro.verron.officestamper.core with parameters of type TraceabilityReporterModifierConstructorDescriptionEngine(org.springframework.expression.spel.SpelParserConfiguration parserConfiguration, ExceptionResolver exceptionResolver, ObjectResolverRegistry objectResolverRegistry, ProcessorContext processorContext, TraceabilityReporter traceabilityReporter) Constructs an Engine.