Class PerformanceIndicatorConverter

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

    public class PerformanceIndicatorConverter
    extends BusinessContextElementConverter
    • Field Detail

      • IMPACTING_DECISION

        public static final java.lang.String IMPACTING_DECISION
        See Also:
        Constant Field Values
    • Constructor Detail

      • PerformanceIndicatorConverter

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

      • writeChildren

        protected void writeChildren​(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                                     com.thoughtworks.xstream.converters.MarshallingContext context,
                                     java.lang.Object parent)
        Overrides:
        writeChildren in class BusinessContextElementConverter
      • 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