Uses of Class
org.mockserver.fixture.FixtureRedactor
Packages that use FixtureRedactor
-
Uses of FixtureRedactor in org.mockserver.llm.analysis
Methods in org.mockserver.llm.analysis that return FixtureRedactorModifier and TypeMethodDescriptionLlmOptimisationReportService.redactor()The redactor used for the brief appendix, dataset exports and the agent-run diff — default sensitive headers/query params plus any configuredmockserver.fixtureBodyRedactFields.Methods in org.mockserver.llm.analysis with parameters of type FixtureRedactorModifier and TypeMethodDescriptionLlmDatasetExporter.export(List<LlmOptimisationReportBuilder.CapturedExchange> exchanges, LlmDatasetExporter.DatasetFormat format, FixtureRedactor redactor) Export the given exchanges in the requested format.LlmOptimisationBriefRenderer.render(LlmOptimisationReport report, List<LlmOptimisationReportBuilder.CapturedExchange> exchanges, FixtureRedactor redactor) Render the brief for a report whose appendix is drawn from the given exchanges.