Class SentinelAutoConfiguration.SentinelConverterConfiguration.SentinelJsonConfiguration

java.lang.Object
com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration.SentinelConverterConfiguration.SentinelJsonConfiguration
Enclosing class:
SentinelAutoConfiguration.SentinelConverterConfiguration

@Configuration(proxyBeanMethods=false) protected static class SentinelAutoConfiguration.SentinelConverterConfiguration.SentinelJsonConfiguration extends Object
  • Constructor Details

    • SentinelJsonConfiguration

      public SentinelJsonConfiguration()
  • Method Details

    • jsonFlowConverter

      @Bean("sentinel-json-flow-converter") public JsonConverter jsonFlowConverter()
    • jsonDegradeConverter

      @Bean("sentinel-json-degrade-converter") public JsonConverter jsonDegradeConverter()
    • jsonSystemConverter

      @Bean("sentinel-json-system-converter") public JsonConverter jsonSystemConverter()
    • jsonAuthorityConverter

      @Bean("sentinel-json-authority-converter") public JsonConverter jsonAuthorityConverter()
    • jsonParamFlowConverter

      @Bean("sentinel-json-param-flow-converter") public JsonConverter jsonParamFlowConverter()