Class XStreamFunctions
java.lang.Object
com.atlassian.bamboo.persister.xstream.XStreamFunctions
XStream functions.
- Since:
- v3.3
-
Method Summary
Modifier and TypeMethodDescriptionstatic Iterable<ConverterFactory>
singletonFactories
(Iterable<com.thoughtworks.xstream.converters.Converter> converters) static Function<com.thoughtworks.xstream.converters.Converter,
ConverterFactory>
-
Method Details
-
singletonFactory
public static Function<com.thoughtworks.xstream.converters.Converter,ConverterFactory> singletonFactory() -
singletonFactories
public static Iterable<ConverterFactory> singletonFactories(Iterable<com.thoughtworks.xstream.converters.Converter> converters)
-