hudson.util
Class ConcurrentHashMapConverter

java.lang.Object
  extended by com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
      extended by com.thoughtworks.xstream.converters.collections.MapConverter
          extended by hudson.util.ConcurrentHashMapConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class ConcurrentHashMapConverter
extends com.thoughtworks.xstream.converters.collections.MapConverter

ConcurrentHashMap should convert like a map, instead of via serialization.

Author:
Kohsuke Kawaguchi

Constructor Summary
ConcurrentHashMapConverter(com.thoughtworks.xstream.mapper.Mapper mapper, com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider)
           
ConcurrentHashMapConverter(com.thoughtworks.xstream.XStream xs)
           
 
Method Summary
 boolean canConvert(Class type)
           
 Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
           
 
Methods inherited from class com.thoughtworks.xstream.converters.collections.MapConverter
marshal, populateMap, populateMap, putCurrentEntryIntoMap
 
Methods inherited from class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
createCollection, mapper, readItem, writeItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentHashMapConverter

public ConcurrentHashMapConverter(com.thoughtworks.xstream.XStream xs)

ConcurrentHashMapConverter

public ConcurrentHashMapConverter(com.thoughtworks.xstream.mapper.Mapper mapper,
                                  com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider)
Method Detail

canConvert

public boolean canConvert(Class type)
Specified by:
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
Overrides:
canConvert in class com.thoughtworks.xstream.converters.collections.MapConverter

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
Overrides:
unmarshal in class com.thoughtworks.xstream.converters.collections.MapConverter


Copyright © 2004-2013. All Rights Reserved.