Uses of Interface
com.atlassian.bamboo.persister.xstream.ConverterFactory

Packages that use ConverterFactory
com.atlassian.bamboo.persister.xstream   
com.atlassian.bamboo.serialization.xstream   
 

Uses of ConverterFactory in com.atlassian.bamboo.persister.xstream
 

Classes in com.atlassian.bamboo.persister.xstream that implement ConverterFactory
 class SingletonConverterFactory
          Singleton ConverterFactory.
 

Methods in com.atlassian.bamboo.persister.xstream that return types with arguments of type ConverterFactory
static java.lang.Iterable<ConverterFactory> XStreamFunctions.singletonFactories(java.lang.Iterable<com.thoughtworks.xstream.converters.Converter> converters)
           
static com.google.common.base.Function<com.thoughtworks.xstream.converters.Converter,ConverterFactory> XStreamFunctions.singletonFactory()
           
 

Constructor parameters in com.atlassian.bamboo.persister.xstream with type arguments of type ConverterFactory
CustomizableXStreamFactory(java.lang.Iterable<MapperFactory> customMappers, java.lang.Iterable<ConverterFactory> customConverters, java.lang.Iterable<XStreamInitializer> customInitializers, java.util.Map<java.lang.String,java.lang.Class<?>> customAliases)
           
 

Uses of ConverterFactory in com.atlassian.bamboo.serialization.xstream
 

Classes in com.atlassian.bamboo.serialization.xstream that implement ConverterFactory
static class BuildDefinitionXStreamConverter.Factory
           
 class DefaultConverterFactory
          Creates converters given their class and assuming that they have single-parameter constructor taking Mapper.
 



Copyright © 2012 Atlassian. All Rights Reserved.