Uses of Interface
org.springframework.boot.actuate.endpoint.SanitizingFunction
Packages that use SanitizingFunction
Package
Description
Auto-configuration for actuator property concerns.
Auto-configuration for actuator Spring Environment concerns.
Auto-configuration for actuator Quartz Scheduler concerns.
Actuator support relating to external configuration properties.
Endpoint support.
Actuator support for Spring Framework's
Environment
.Actuator support for Quartz Scheduler.
-
Uses of SanitizingFunction in org.springframework.boot.actuate.autoconfigure.context.properties
Method parameters in org.springframework.boot.actuate.autoconfigure.context.properties with type arguments of type SanitizingFunctionModifier and TypeMethodDescriptionConfigurationPropertiesReportEndpointAutoConfiguration.configurationPropertiesReportEndpoint
(ConfigurationPropertiesReportEndpointProperties properties, ObjectProvider<SanitizingFunction> sanitizingFunctions) -
Uses of SanitizingFunction in org.springframework.boot.actuate.autoconfigure.env
Method parameters in org.springframework.boot.actuate.autoconfigure.env with type arguments of type SanitizingFunctionModifier and TypeMethodDescriptionEnvironmentEndpointAutoConfiguration.environmentEndpoint
(Environment environment, EnvironmentEndpointProperties properties, ObjectProvider<SanitizingFunction> sanitizingFunctions) -
Uses of SanitizingFunction in org.springframework.boot.actuate.autoconfigure.quartz
Method parameters in org.springframework.boot.actuate.autoconfigure.quartz with type arguments of type SanitizingFunctionModifier and TypeMethodDescriptionQuartzEndpointAutoConfiguration.quartzEndpoint
(org.quartz.Scheduler scheduler, ObjectProvider<SanitizingFunction> sanitizingFunctions) -
Uses of SanitizingFunction in org.springframework.boot.actuate.context.properties
Constructor parameters in org.springframework.boot.actuate.context.properties with type arguments of type SanitizingFunctionModifierConstructorDescriptionConfigurationPropertiesReportEndpoint
(Iterable<SanitizingFunction> sanitizingFunctions, Show showValues) -
Uses of SanitizingFunction in org.springframework.boot.actuate.endpoint
Constructor parameters in org.springframework.boot.actuate.endpoint with type arguments of type SanitizingFunctionModifierConstructorDescriptionSanitizer
(Iterable<SanitizingFunction> sanitizingFunctions) Create a newSanitizer
instance with sanitizing functions. -
Uses of SanitizingFunction in org.springframework.boot.actuate.env
Constructor parameters in org.springframework.boot.actuate.env with type arguments of type SanitizingFunctionModifierConstructorDescriptionEnvironmentEndpoint
(Environment environment, Iterable<SanitizingFunction> sanitizingFunctions, Show showValues) -
Uses of SanitizingFunction in org.springframework.boot.actuate.quartz
Constructor parameters in org.springframework.boot.actuate.quartz with type arguments of type SanitizingFunctionModifierConstructorDescriptionQuartzEndpoint
(org.quartz.Scheduler scheduler, Iterable<SanitizingFunction> sanitizingFunctions)