Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.cloudfoundry |
Auto-configuration for actuator Cloud Foundry concerns.
|
org.springframework.boot.actuate.autoconfigure.endpoint |
Core classes for actuator endpoint auto-configuration.
|
org.springframework.boot.actuate.endpoint |
Endpoint support.
|
org.springframework.boot.actuate.endpoint.annotation |
Annotation support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.jmx |
JMX support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web |
Web support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web.jersey |
Jersey support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web.reactive |
Spring WebFlux support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web.servlet |
Spring MVC support for actuator endpoints.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
CloudFoundryWebAnnotationEndpointDiscoverer.isExtensionExposed(Class<?> endpointType,
Class<?> extensionType,
EndpointInfo<WebOperation> endpointInfo) |
boolean |
CloudFoundryEndpointFilter.match(EndpointInfo<WebOperation> info,
EndpointDiscoverer<WebOperation> discoverer) |
Modifier and Type | Method and Description |
---|---|
boolean |
ExposeExcludePropertyEndpointFilter.match(EndpointInfo<T> info,
EndpointDiscoverer<T> discoverer) |
Modifier and Type | Method and Description |
---|---|
Collection<EndpointInfo<T>> |
EndpointDiscoverer.discoverEndpoints()
Perform endpoint discovery.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EndpointFilter.match(EndpointInfo<T> info,
EndpointDiscoverer<T> discoverer)
Return
true if the filter matches. |
Modifier and Type | Method and Description |
---|---|
EndpointInfo<T> |
AnnotationEndpointDiscoverer.DiscoveredEndpoint.getInfo()
Return the
EndpointInfo for the discovered endpoint. |
Modifier and Type | Method and Description |
---|---|
Collection<EndpointInfo<T>> |
AnnotationEndpointDiscoverer.discoverEndpoints() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AnnotationEndpointDiscoverer.isExtensionExposed(Class<?> endpointType,
Class<?> extensionType,
EndpointInfo<T> endpointInfo)
Determines if an extension is exposed.
|
Modifier and Type | Method and Description |
---|---|
Collection<EndpointMBean> |
JmxEndpointMBeanFactory.createMBeans(Collection<EndpointInfo<JmxOperation>> endpoints)
Creates MBeans for the given
endpoints . |
Modifier and Type | Method and Description |
---|---|
Map<String,Link> |
EndpointLinksResolver.resolveLinks(Collection<EndpointInfo<WebOperation>> webEndpoints,
String requestUrl)
Resolves links to the operations of the given {code webEndpoints} based on a
request with the given
requestUrl . |
Modifier and Type | Method and Description |
---|---|
Collection<org.glassfish.jersey.server.model.Resource> |
JerseyEndpointResourceFactory.createEndpointResources(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebOperation>> webEndpoints,
EndpointMediaTypes endpointMediaTypes)
Creates
Resources for the operations of the given
webEndpoints . |
Modifier and Type | Method and Description |
---|---|
Collection<EndpointInfo<WebOperation>> |
AbstractWebFluxEndpointHandlerMapping.getEndpoints() |
Constructor and Description |
---|
AbstractWebFluxEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebOperation>> collection,
EndpointMediaTypes endpointMediaTypes)
Creates a new
WebEndpointHandlerMapping that provides mappings for the
operations of the given webEndpoints . |
AbstractWebFluxEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebOperation>> webEndpoints,
EndpointMediaTypes endpointMediaTypes,
org.springframework.web.cors.CorsConfiguration corsConfiguration)
Creates a new
WebEndpointHandlerMapping that provides mappings for the
operations of the given webEndpoints . |
WebFluxEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebOperation>> collection,
EndpointMediaTypes endpointMediaTypes)
Creates a new
WebEndpointHandlerMapping that provides mappings for the
operations of the given webEndpoints . |
WebFluxEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebOperation>> webEndpoints,
EndpointMediaTypes endpointMediaTypes,
org.springframework.web.cors.CorsConfiguration corsConfiguration)
Creates a new
WebEndpointHandlerMapping that provides mappings for the
operations of the given webEndpoints . |
Modifier and Type | Method and Description |
---|---|
Collection<EndpointInfo<WebOperation>> |
AbstractWebMvcEndpointHandlerMapping.getEndpoints() |
Constructor and Description |
---|
AbstractWebMvcEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebOperation>> collection,
EndpointMediaTypes endpointMediaTypes)
Creates a new
WebEndpointHandlerMapping that provides mappings for the
operations of the given webEndpoints . |
AbstractWebMvcEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebOperation>> webEndpoints,
EndpointMediaTypes endpointMediaTypes,
org.springframework.web.cors.CorsConfiguration corsConfiguration)
Creates a new
WebEndpointHandlerMapping that provides mappings for the
operations of the given webEndpoints . |
WebMvcEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebOperation>> collection,
EndpointMediaTypes endpointMediaTypes)
Creates a new
WebEndpointHandlerMapping that provides mappings for the
operations of the given webEndpoints . |
WebMvcEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<EndpointInfo<WebOperation>> webEndpoints,
EndpointMediaTypes endpointMediaTypes,
org.springframework.web.cors.CorsConfiguration corsConfiguration)
Creates a new
WebEndpointHandlerMapping that provides mappings for the
operations of the given webEndpoints . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.