Uses of Interface
org.kohsuke.stapler.JsonInErrorMessageSanitizer
-
Uses of JsonInErrorMessageSanitizer in org.kohsuke.stapler
Modifier and TypeFieldDescriptionstatic final JsonInErrorMessageSanitizer
JsonInErrorMessageSanitizer.NOOP
Used by default when no other sanitizer are configured.Modifier 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.