Class ConverterDecorator

java.lang.Object
com.atlassian.bamboo.persister.xstream.ConverterDecorator
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher
Direct Known Subclasses:
XWorkListConverter

public class ConverterDecorator extends Object implements com.thoughtworks.xstream.converters.Converter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final Class<?>
     
    protected final com.thoughtworks.xstream.converters.Converter
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConverterDecorator(Class<?> classToConvert, com.thoughtworks.xstream.converters.Converter converter)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
     
    unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • converter

      protected final com.thoughtworks.xstream.converters.Converter converter
    • classToConvert

      protected final Class<?> classToConvert
  • Constructor Details

    • ConverterDecorator

      public ConverterDecorator(Class<?> classToConvert, com.thoughtworks.xstream.converters.Converter converter)
  • Method Details

    • canConvert

      public boolean canConvert(Class type)
      Specified by:
      canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
    • marshal

      public void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
      Specified by:
      marshal in interface com.thoughtworks.xstream.converters.Converter
    • unmarshal

      public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
      Specified by:
      unmarshal in interface com.thoughtworks.xstream.converters.Converter