Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.cloudfoundry |
Auto-configuration for actuator Cloud Foundry concerns.
|
org.springframework.boot.actuate.autoconfigure.endpoint.web |
Auto-configuration for the Actuator's web endpoints.
|
org.springframework.boot.actuate.endpoint.web |
Web support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web.annotation |
Annotation support for actuator web 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) |
boolean |
CloudFoundryEndpointFilter.match(EndpointInfo<WebOperation> info,
EndpointDiscoverer<WebOperation> discoverer) |
Constructor and Description |
---|
CloudFoundryWebAnnotationEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
ParameterMapper parameterMapper,
EndpointMediaTypes endpointMediaTypes,
EndpointPathResolver endpointPathResolver,
Collection<? extends OperationMethodInvokerAdvisor> invokerAdvisors,
Collection<? extends EndpointFilter<WebOperation>> filters,
Class<?> requiredExtensionType) |
Modifier and Type | Method and Description |
---|---|
ExposeExcludePropertyEndpointFilter<WebOperation> |
WebEndpointAutoConfiguration.webIncludeExcludePropertyEndpointFilter() |
Modifier and Type | Method and Description |
---|---|
EndpointPathProvider |
WebEndpointAutoConfiguration.endpointPathProvider(EndpointDiscoverer<WebOperation> endpointDiscoverer,
WebEndpointProperties webEndpointProperties) |
WebAnnotationEndpointDiscoverer |
WebEndpointAutoConfiguration.webAnnotationEndpointDiscoverer(ParameterMapper parameterMapper,
EndpointPathResolver endpointPathResolver,
Collection<OperationMethodInvokerAdvisor> invokerAdvisors,
Collection<EndpointFilter<WebOperation>> filters) |
Constructor and Description |
---|
DefaultEndpointPathProvider(EndpointDiscoverer<WebOperation> endpointDiscoverer,
WebEndpointProperties webEndpointProperties) |
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 . |
Constructor and Description |
---|
WebAnnotationEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
ParameterMapper parameterMapper,
EndpointMediaTypes endpointMediaTypes,
EndpointPathResolver endpointPathResolver,
Collection<? extends OperationMethodInvokerAdvisor> invokerAdvisors,
Collection<? extends EndpointFilter<WebOperation>> filters)
Creates a new
WebAnnotationEndpointDiscoverer that will discover
endpoints and web extensions using
the given ApplicationContext . |
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() |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.web.reactive.result.method.RequestMappingInfo |
AbstractWebFluxEndpointHandlerMapping.createRequestMappingInfo(WebOperation operationInfo) |
protected void |
WebFluxEndpointHandlerMapping.registerMappingForOperation(WebOperation operation) |
protected abstract void |
AbstractWebFluxEndpointHandlerMapping.registerMappingForOperation(WebOperation operation) |
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() |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.web.servlet.mvc.method.RequestMappingInfo |
AbstractWebMvcEndpointHandlerMapping.createRequestMappingInfo(WebOperation operationInfo) |
protected void |
WebMvcEndpointHandlerMapping.registerMappingForOperation(WebOperation operation) |
protected abstract void |
AbstractWebMvcEndpointHandlerMapping.registerMappingForOperation(WebOperation operation) |
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.