Class GroupConverter

  • All Implemented Interfaces:
    com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

    public class GroupConverter
    extends ArtifactConverter
    • Constructor Detail

      • GroupConverter

        public GroupConverter​(com.thoughtworks.xstream.XStream xstream)
    • Method Detail

      • assignAttributes

        protected void assignAttributes​(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                                        java.lang.Object parent)
        Overrides:
        assignAttributes in class DMNElementConverter
      • writeAttributes

        protected void writeAttributes​(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                                       java.lang.Object parent)
        Overrides:
        writeAttributes in class DMNElementConverter
      • canConvert

        public boolean canConvert​(java.lang.Class clazz)
        Specified by:
        canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
        Specified by:
        canConvert in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter