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:
NeedsXstream, com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class HibernateMapConverter
extends AbstractHibernateCollectionConverter


Constructor Summary
HibernateMapConverter()
           
 
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
canDelegateConvert, init, unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateMapConverter

public HibernateMapConverter()
Method Detail

isSupportedType

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


Copyright © 2011 Atlassian. All Rights Reserved.