Class XmlConverter<T>
java.lang.Object
com.alibaba.cloud.sentinel.datasource.converter.SentinelConverter
com.alibaba.cloud.sentinel.datasource.converter.XmlConverter<T>
- All Implemented Interfaces:
com.alibaba.csp.sentinel.datasource.Converter
Convert sentinel rules for xml array Using strict mode to parse xml.
- Author:
- Jim
- See Also:
-
FlowRuleDegradeRuleSystemRuleAuthorityRuleParamFlowRuleObjectMapper
-
Constructor Summary
ConstructorsConstructorDescriptionXmlConverter(com.fasterxml.jackson.dataformat.xml.XmlMapper xmlMapper, Class<T> ruleClass) -
Method Summary
Methods inherited from class com.alibaba.cloud.sentinel.datasource.converter.SentinelConverter
convert
-
Constructor Details
-
XmlConverter
-