Uploaded image for project: 'Aries'
  1. Aries
  2. ARIES-1737

Generate custom type converters in blueprint xml

    XMLWordPrintableJSON

Details

    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.

      Attachments

        Activity

          People

            alien11689 Dominik Przybysz
            alien11689 Dominik Przybysz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: