@Configuration(proxyBeanMethods=false)
public class EndpointAutoConfiguration
extends java.lang.Object
Auto-configuration for @Endpoint
support.| Constructor and Description |
|---|
EndpointAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor |
endpointCachingOperationInvokerAdvisor(org.springframework.core.env.Environment environment) |
org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper |
endpointOperationParameterMapper(org.springframework.beans.factory.ObjectProvider<org.springframework.core.convert.converter.Converter<?,?>> converters,
org.springframework.beans.factory.ObjectProvider<org.springframework.core.convert.converter.GenericConverter> genericConverters) |
@Bean
@ConditionalOnMissingBean
public org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper endpointOperationParameterMapper(@EndpointConverter
org.springframework.beans.factory.ObjectProvider<org.springframework.core.convert.converter.Converter<?,?>> converters,
@EndpointConverter
org.springframework.beans.factory.ObjectProvider<org.springframework.core.convert.converter.GenericConverter> genericConverters)
@Bean @ConditionalOnMissingBean public org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor endpointCachingOperationInvokerAdvisor(org.springframework.core.env.Environment environment)