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.Return a newSanitizableData
instance 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 givenSanitizableData
using the availableSanitizingFunction
s.