Uses of Class
org.mockserver.llm.analysis.LlmOptimisationReport.Redaction
Packages that use LlmOptimisationReport.Redaction
-
Uses of LlmOptimisationReport.Redaction in org.mockserver.llm.analysis
Methods in org.mockserver.llm.analysis that return LlmOptimisationReport.RedactionModifier and TypeMethodDescriptionLlmOptimisationReport.getRedaction()LlmOptimisationReport.Redaction.setApplied(boolean applied) LlmOptimisationReport.Redaction.setRedactedBodyFields(List<String> redactedBodyFields) LlmOptimisationReport.Redaction.setRedactedHeaders(List<String> redactedHeaders) Methods in org.mockserver.llm.analysis with parameters of type LlmOptimisationReport.RedactionModifier and TypeMethodDescriptionLlmOptimisationReport.setRedaction(LlmOptimisationReport.Redaction redaction)