Uses of Interface
org.kohsuke.stapler.JsonInErrorMessageSanitizer
Packages that use JsonInErrorMessageSanitizer
-
Uses of JsonInErrorMessageSanitizer in org.kohsuke.stapler
Fields in org.kohsuke.stapler declared as JsonInErrorMessageSanitizerModifier and TypeFieldDescriptionstatic final JsonInErrorMessageSanitizerJsonInErrorMessageSanitizer.NOOPUsed by default when no other sanitizer are configured.Methods in org.kohsuke.stapler that return JsonInErrorMessageSanitizerMethods in org.kohsuke.stapler with parameters of type JsonInErrorMessageSanitizerModifier and TypeMethodDescriptionvoidWebApp.setJsonInErrorMessageSanitizer(JsonInErrorMessageSanitizer jsonInErrorMessageSanitizer) Allow the application to customize the way the JSON are rendered in the stack trace in case of binding exception.