Uses of Class
org.springframework.boot.actuate.endpoint.SanitizableData
Packages that use SanitizableData
-
Uses of SanitizableData in org.springframework.boot.actuate.endpoint
Methods in org.springframework.boot.actuate.endpoint that return SanitizableDataModifier and TypeMethodDescriptionSanitizingFunction.apply(SanitizableData data) Apply the sanitizing function to the given data.SanitizableData.withSanitizedValue()Return a newSanitizableDatainstance with sanitized value.Return a newSanitizableDatainstance with a different value.Methods in org.springframework.boot.actuate.endpoint with parameters of type SanitizableDataModifier and TypeMethodDescriptionSanitizingFunction.apply(SanitizableData data) Apply the sanitizing function to the given data.Sanitizer.sanitize(SanitizableData data, boolean showUnsanitized) Sanitize the value from the givenSanitizableDatausing the availableSanitizingFunctions.