Class SentinelGatewayAutoConfiguration.SentinelConverterConfiguration.SentinelXmlConfiguration

java.lang.Object
com.alibaba.cloud.sentinel.gateway.SentinelGatewayAutoConfiguration.SentinelConverterConfiguration.SentinelXmlConfiguration
Enclosing class:
SentinelGatewayAutoConfiguration.SentinelConverterConfiguration

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

    • SentinelXmlConfiguration

      public SentinelXmlConfiguration()
  • Method Details

    • xmlGatewayFlowConverter

      @Bean("sentinel-xml-gw-flow-converter") public XmlConverter xmlGatewayFlowConverter()
    • xmlApiConverter

      @Bean("sentinel-xml-gw-api-group-converter") public XmlConverter xmlApiConverter()