Class EndpointAutoConfiguration

java.lang.Object
org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration

@AutoConfiguration public class EndpointAutoConfiguration extends Object
Auto-configuration for @Endpoint support.
Since:
2.0.0
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EndpointAutoConfiguration

      public EndpointAutoConfiguration()
  • Method Details

    • endpointOperationParameterMapper

      @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)
    • endpointCachingOperationInvokerAdvisor

      @Bean @ConditionalOnMissingBean public org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor endpointCachingOperationInvokerAdvisor(org.springframework.core.env.Environment environment)