com.atlassian.bamboo.serialization.xstream
Class HibernateSortedSetConverter

java.lang.Object
  extended by com.atlassian.bamboo.serialization.xstream.AbstractXStreamConverterAdapter
      extended by com.atlassian.bamboo.serialization.xstream.AbstractHibernateCollectionConverter
          extended by com.atlassian.bamboo.serialization.xstream.HibernateSortedSetConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class HibernateSortedSetConverter
extends AbstractHibernateCollectionConverter


Constructor Summary
HibernateSortedSetConverter(com.thoughtworks.xstream.mapper.Mapper mapper)
           
 
Method Summary
protected  boolean isSupportedType(java.lang.Class type)
           
 
Methods inherited from class com.atlassian.bamboo.serialization.xstream.AbstractHibernateCollectionConverter
canConvert, marshal
 
Methods inherited from class com.atlassian.bamboo.serialization.xstream.AbstractXStreamConverterAdapter
unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateSortedSetConverter

public HibernateSortedSetConverter(com.thoughtworks.xstream.mapper.Mapper mapper)
Method Detail

isSupportedType

protected boolean isSupportedType(java.lang.Class type)
Specified by:
isSupportedType in class AbstractHibernateCollectionConverter


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.