Class AdminServerInstanceWebClientConfiguration.LegacyEndpointConvertersConfiguration

java.lang.Object
de.codecentric.boot.admin.server.config.AdminServerInstanceWebClientConfiguration.LegacyEndpointConvertersConfiguration
Enclosing class:
AdminServerInstanceWebClientConfiguration

@Configuration(proxyBeanMethods=false) protected static class AdminServerInstanceWebClientConfiguration.LegacyEndpointConvertersConfiguration extends Object
  • Constructor Details

    • LegacyEndpointConvertersConfiguration

      protected LegacyEndpointConvertersConfiguration()
  • Method Details

    • healthLegacyEndpointConverter

      @Bean @ConditionalOnMissingBean(name="healthLegacyEndpointConverter") public LegacyEndpointConverter healthLegacyEndpointConverter()
    • infoLegacyEndpointConverter

      @Bean @ConditionalOnMissingBean(name="infoLegacyEndpointConverter") public LegacyEndpointConverter infoLegacyEndpointConverter()
    • envLegacyEndpointConverter

      @Bean @ConditionalOnMissingBean(name="envLegacyEndpointConverter") public LegacyEndpointConverter envLegacyEndpointConverter()
    • httptraceLegacyEndpointConverter

      @Bean @ConditionalOnMissingBean(name="httptraceLegacyEndpointConverter") public LegacyEndpointConverter httptraceLegacyEndpointConverter()
    • threaddumpLegacyEndpointConverter

      @Bean @ConditionalOnMissingBean(name="threaddumpLegacyEndpointConverter") public LegacyEndpointConverter threaddumpLegacyEndpointConverter()
    • liquibaseLegacyEndpointConverter

      @Bean @ConditionalOnMissingBean(name="liquibaseLegacyEndpointConverter") public LegacyEndpointConverter liquibaseLegacyEndpointConverter()
    • flywayLegacyEndpointConverter

      @Bean @ConditionalOnMissingBean(name="flywayLegacyEndpointConverter") public LegacyEndpointConverter flywayLegacyEndpointConverter()
    • beansLegacyEndpointConverter

      @Bean @ConditionalOnMissingBean(name="beansLegacyEndpointConverter") public LegacyEndpointConverter beansLegacyEndpointConverter()
    • configpropsLegacyEndpointConverter

      @Bean @ConditionalOnMissingBean(name="configpropsLegacyEndpointConverter") public LegacyEndpointConverter configpropsLegacyEndpointConverter()
    • mappingsLegacyEndpointConverter

      @Bean @ConditionalOnMissingBean(name="mappingsLegacyEndpointConverter") public LegacyEndpointConverter mappingsLegacyEndpointConverter()
    • startupLegacyEndpointConverter

      @Bean @ConditionalOnMissingBean(name="startupLegacyEndpointConverter") public LegacyEndpointConverter startupLegacyEndpointConverter()