Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint |
Core classes for actuator endpoint auto-configuration.
|
org.springframework.boot.actuate.autoconfigure.endpoint.jmx |
Actuator JMX endpoint auto-configuration.
|
org.springframework.boot.actuate.endpoint |
Actuator endpoint infrastructure.
|
org.springframework.boot.actuate.endpoint.convert |
Converter support for actuator endpoints.
|
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.
|
Modifier and Type | Method and Description |
---|---|
OperationParameterMapper |
EndpointAutoConfiguration.operationParameterMapper() |
Modifier and Type | Method and Description |
---|---|
JmxAnnotationEndpointDiscoverer |
JmxEndpointAutoConfiguration.jmxEndpointDiscoverer(OperationParameterMapper operationParameterMapper,
DefaultCachingConfigurationFactory cachingConfigurationFactory) |
Constructor and Description |
---|
ReflectiveOperationInvoker(OperationParameterMapper parameterMapper,
Object target,
Method method)
Creates a new {code ReflectiveOperationInvoker} that will invoke the given
method on the given target . |
Modifier and Type | Class and Description |
---|---|
class |
ConversionServiceOperationParameterMapper
OperationParameterMapper that uses a ConversionService to map parameter
values if necessary. |
Constructor and Description |
---|
JmxAnnotationEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
OperationParameterMapper parameterMapper,
CachingConfigurationFactory cachingConfigurationFactory)
Creates a new
JmxAnnotationEndpointDiscoverer that will discover
endpoints and jmx extensions using
the given ApplicationContext . |
Constructor and Description |
---|
WebAnnotationEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
OperationParameterMapper operationParameterMapper,
CachingConfigurationFactory cachingConfigurationFactory,
Collection<String> consumedMediaTypes,
Collection<String> producedMediaTypes)
Creates a new
WebAnnotationEndpointDiscoverer that will discover
endpoints and web extensions using
the given ApplicationContext . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.