Closed seiyafei closed 1 year ago
You can use the ToAttributedValueConverter and register it either for a specific type or as local converter. Registration of a converter can be done with annotation XStreamConverter. See unit test c.t.acceptance.annotations.ParameterizedConverterTest for examples.
`
`
Is there any annotations can support both attribute and sub tags like this?How should my class be written?