Class ConfigurationItemMarshallingStrategy

java.lang.Object
com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy
com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy
com.xebialabs.xltype.serialization.xstream.ConfigurationItemMarshallingStrategy
All Implemented Interfaces:
com.thoughtworks.xstream.MarshallingStrategy

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

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

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

    ABSOLUTE, RELATIVE, SINGLE_NODE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • ConfigurationItemMarshallingStrategy

      public ConfigurationItemMarshallingStrategy(int mode)
  • Method Details

    • 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