com.atlassian.bamboo.serialization.xstream
Class HibernateMapConverter

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.HibernateMapConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class HibernateMapConverter
extends AbstractHibernateCollectionConverter


Constructor Summary
HibernateMapConverter(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

HibernateMapConverter

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

isSupportedType

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


Copyright © 2012 Atlassian. All Rights Reserved.