Class SentinelAutoConfiguration.SentinelConverterConfiguration.SentinelXmlConfiguration

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

@ConditionalOnClass(com.fasterxml.jackson.dataformat.xml.XmlMapper.class) @Configuration(proxyBeanMethods=false) protected static class SentinelAutoConfiguration.SentinelConverterConfiguration.SentinelXmlConfiguration extends Object
  • Constructor Details

    • SentinelXmlConfiguration

      public SentinelXmlConfiguration()
  • Method Details

    • xmlFlowConverter

      @Bean("sentinel-xml-flow-converter") public XmlConverter xmlFlowConverter()
    • xmlDegradeConverter

      @Bean("sentinel-xml-degrade-converter") public XmlConverter xmlDegradeConverter()
    • xmlSystemConverter

      @Bean("sentinel-xml-system-converter") public XmlConverter xmlSystemConverter()
    • xmlAuthorityConverter

      @Bean("sentinel-xml-authority-converter") public XmlConverter xmlAuthorityConverter()
    • xmlParamFlowConverter

      @Bean("sentinel-xml-param-flow-converter") public XmlConverter xmlParamFlowConverter()