Class ConfigurationItemMarshallingStrategy

  • All Implemented Interfaces:
    com.thoughtworks.xstream.MarshallingStrategy

    public class ConfigurationItemMarshallingStrategy
    extends com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy
    • Field Summary

      • Fields inherited from class com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy

        ABSOLUTE, RELATIVE, SINGLE_NODE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.thoughtworks.xstream.core.TreeMarshaller createMarshallingContext​(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.ConverterLookup converterLookup, com.thoughtworks.xstream.mapper.Mapper mapper)  
      • Methods inherited from class com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy

        createUnmarshallingContext
      • Methods inherited from class com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy

        marshal, unmarshal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfigurationItemMarshallingStrategy

        public ConfigurationItemMarshallingStrategy​(int mode)
    • Method Detail

      • createMarshallingContext

        protected com.thoughtworks.xstream.core.TreeMarshaller createMarshallingContext​(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                                                                                        com.thoughtworks.xstream.converters.ConverterLookup converterLookup,
                                                                                        com.thoughtworks.xstream.mapper.Mapper mapper)
        Overrides:
        createMarshallingContext in class com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy