Uses of Enum Class
org.springframework.boot.actuate.autoconfigure.endpoint.expose.EndpointExposure
Packages that use EndpointExposure
Package
Description
Actuator endpoint auto-configuration conditions.
Endpoint exposure logic used for auto-configuration and conditions.
-
Uses of EndpointExposure in org.springframework.boot.actuate.autoconfigure.endpoint.condition
Method parameters in org.springframework.boot.actuate.autoconfigure.endpoint.condition with type arguments of type EndpointExposureModifier and TypeMethodDescriptionEndpointExposureOutcomeContributor.getExposureOutcome
(EndpointId endpointId, Set<EndpointExposure> exposures, ConditionMessage.Builder message) Return if the given endpoint is exposed for the given set of exposure technologies. -
Uses of EndpointExposure in org.springframework.boot.actuate.autoconfigure.endpoint.expose
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.expose that return EndpointExposureModifier and TypeMethodDescriptionstatic EndpointExposure
Returns the enum constant of this class with the specified name.static EndpointExposure[]
EndpointExposure.values()
Returns an array containing the constants of this enum class, in the order they are declared.