Class DMNDecisionServiceDividerLineConverter

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

    public class DMNDecisionServiceDividerLineConverter
    extends EdgeConverter
    • Constructor Detail

      • DMNDecisionServiceDividerLineConverter

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

      • assignAttributes

        protected void assignAttributes​(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                                        Object parent)
        Overrides:
        assignAttributes in class EdgeConverter
      • writeChildren

        protected void writeChildren​(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                                     com.thoughtworks.xstream.converters.MarshallingContext context,
                                     Object parent)
        Overrides:
        writeChildren in class EdgeConverter
      • writeAttributes

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

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