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 |
---|---|
org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.CloudFoundryWebFluxEndpointHandlerMapping |
ReactiveCloudFoundryActuatorAutoConfiguration.cloudFoundryWebFluxEndpointHandlerMapping(ParameterMapper parameterMapper,
EndpointMediaTypes endpointMediaTypes,
org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder) |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryWebEndpointServletHandlerMapping |
CloudFoundryActuatorAutoConfiguration.cloudFoundryWebEndpointServletHandlerMapping(ParameterMapper parameterMapper,
EndpointMediaTypes endpointMediaTypes,
RestTemplateBuilder restTemplateBuilder) |
Modifier and Type | Method and Description |
---|---|
ParameterMapper |
EndpointAutoConfiguration.endpointOperationParameterMapper() |
Modifier and Type | Method and Description |
---|---|
JmxAnnotationEndpointDiscoverer |
JmxEndpointAutoConfiguration.jmxAnnotationEndpointDiscoverer(ParameterMapper parameterMapper,
Collection<OperationMethodInvokerAdvisor> invokerAdvisors,
Collection<EndpointFilter<JmxOperation>> filters) |
Modifier and Type | Method and Description |
---|---|
WebAnnotationEndpointDiscoverer |
WebEndpointAutoConfiguration.webAnnotationEndpointDiscoverer(ParameterMapper parameterMapper,
EndpointPathResolver endpointPathResolver,
Collection<OperationMethodInvokerAdvisor> invokerAdvisors,
Collection<EndpointFilter<WebOperation>> filters) |
Constructor and Description |
---|
AnnotationEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
OperationFactory<T> operationFactory,
Function<T,K> operationKeyFactory,
ParameterMapper parameterMapper,
Collection<? extends OperationMethodInvokerAdvisor> invokerAdvisors,
Collection<? extends EndpointFilter<T>> filters)
Create a new
AnnotationEndpointDiscoverer instance. |
Modifier and Type | Class and Description |
---|---|
class |
ConversionServiceParameterMapper
ParameterMapper that uses a ConversionService to map parameter values
if necessary. |
Constructor and Description |
---|
JmxAnnotationEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
ParameterMapper parameterMapper,
Collection<? extends OperationMethodInvokerAdvisor> invokerAdvisors,
Collection<? extends EndpointFilter<JmxOperation>> filters)
Creates a new
JmxAnnotationEndpointDiscoverer that will discover
endpoints and jmx extensions using
the given ApplicationContext . |
Constructor and Description |
---|
ReflectiveOperationInvoker(Object target,
OperationMethodInfo methodInfo,
ParameterMapper parameterMapper)
Creates a new {code ReflectiveOperationInvoker} that will invoke the given
method on the given target . |
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 . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.