| Package | Description |
|---|---|
| org.springframework.boot.actuate.endpoint.annotation |
Annotation support for actuator endpoints.
|
| org.springframework.boot.actuate.endpoint.invoke |
Interfaces and classes relating to invoking operation methods.
|
| org.springframework.boot.actuate.endpoint.invoke.convert |
Converter support for actuator endpoints.
|
| org.springframework.boot.actuate.endpoint.invoke.reflect |
Endpoint reflection support.
|
| org.springframework.boot.actuate.endpoint.jmx.annotation |
Annotation support for actuator JMX endpoints.
|
| org.springframework.boot.actuate.endpoint.web.annotation |
Annotation support for actuator web endpoints.
|
| Constructor and Description |
|---|
EndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
ParameterValueMapper parameterValueMapper,
Collection<OperationInvokerAdvisor> invokerAdvisors,
Collection<EndpointFilter<E>> filters)
Create a new
EndpointDiscoverer instance. |
| Modifier and Type | Field and Description |
|---|---|
static ParameterValueMapper |
ParameterValueMapper.NONE
A
ParameterValueMapper that does nothing. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConversionServiceParameterValueMapper
ParameterValueMapper backed by a ConversionService. |
| Constructor and Description |
|---|
ReflectiveOperationInvoker(Object target,
OperationMethod operationMethod,
ParameterValueMapper parameterValueMapper)
Creates a new
ReflectiveOperationInvoker that will invoke the given
method on the given target. |
| Constructor and Description |
|---|
JmxEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
ParameterValueMapper parameterValueMapper,
Collection<OperationInvokerAdvisor> invokerAdvisors,
Collection<EndpointFilter<ExposableJmxEndpoint>> filters)
Create a new
JmxEndpointDiscoverer instance. |
| Constructor and Description |
|---|
WebEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
ParameterValueMapper parameterValueMapper,
EndpointMediaTypes endpointMediaTypes,
List<PathMapper> endpointPathMappers,
Collection<OperationInvokerAdvisor> invokerAdvisors,
Collection<EndpointFilter<ExposableWebEndpoint>> filters)
Create a new
WebEndpointDiscoverer instance. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.