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 JsonInErrorMessageSanitizer
JsonInErrorMessageSanitizer.NOOP
Used 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 TypeMethodDescriptionvoid
WebApp.setJsonInErrorMessageSanitizer
(JsonInErrorMessageSanitizer jsonInErrorMessageSanitizer) Allow the application to customize the way the JSON are rendered in the stack trace in case of binding exception.