Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
Description
Find all type converters and put it in type-converters element as refs, e. g.
@Singleton public class Converter1 implements Converter { ... }
@Singleton public class Converter2 implements Converter { ... }
will generate
<type-converters> <ref component-id="converter1"/> <ref component-id="converter2"/> </type-converters>
The default blueprintConverter will be omitted.
Without any custom type converters there will be no type-conveters element in generated xml.