接口的使用
org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint
使用ExposableServletEndpoint的程序包
程序包
说明
Auto-configuration for the Actuator's web endpoints.
Web support for actuator endpoints.
Annotation support for actuator web endpoints.
-
org.springframework.boot.actuate.autoconfigure.endpoint.web中ExposableServletEndpoint的使用
修饰符和类型方法说明ServletEndpointManagementContextConfiguration.servletExposeExcludePropertyEndpointFilter
(WebEndpointProperties properties) -
org.springframework.boot.actuate.endpoint.web中ExposableServletEndpoint的使用
限定符构造器说明ServletEndpointRegistrar
(String basePath, Collection<ExposableServletEndpoint> servletEndpoints) 已过时, 待删除: 此 API 元素将从以后的版本中删除。ServletEndpointRegistrar
(String basePath, Collection<ExposableServletEndpoint> servletEndpoints, EndpointAccessResolver endpointAccessResolver) 已过时, 待删除: 此 API 元素将从以后的版本中删除。 -
org.springframework.boot.actuate.endpoint.web.annotation中ExposableServletEndpoint的使用
修饰符和类型方法说明protected ExposableServletEndpoint
ServletEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, Access defaultAccess, Collection<Operation> operations) 已过时, 待删除: 此 API 元素将从以后的版本中删除。修饰符和类型方法说明protected boolean
ServletEndpointDiscoverer.isInvocable
(ExposableServletEndpoint endpoint) 已过时, 待删除: 此 API 元素将从以后的版本中删除。限定符构造器说明ServletEndpointDiscoverer
(ApplicationContext applicationContext, List<PathMapper> endpointPathMappers, Collection<EndpointFilter<ExposableServletEndpoint>> filters) 已过时, 待删除: 此 API 元素将从以后的版本中删除。Create a newServletEndpointDiscoverer
instance.