Class PluginsAwareMapper.Factory
- java.lang.Object
 - 
- com.atlassian.bamboo.serialization.xstream.PluginsAwareMapper.Factory
 
 
- 
- All Implemented Interfaces:
 MapperFactory
- Enclosing class:
 - PluginsAwareMapper
 
public static final class PluginsAwareMapper.Factory extends Object implements MapperFactory
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull com.thoughtworks.xstream.mapper.MapperWrappercreateMapper(@NotNull com.thoughtworks.xstream.mapper.MapperWrapper wrappedMapper)Create custom mapper that wraps the default mapper chain represented by wrappedMapper. 
 - 
 
- 
- 
Method Detail
- 
createMapper
@NotNull public @NotNull com.thoughtworks.xstream.mapper.MapperWrapper createMapper(@NotNull @NotNull com.thoughtworks.xstream.mapper.MapperWrapper wrappedMapper)Description copied from interface:MapperFactoryCreate custom mapper that wraps the default mapper chain represented by wrappedMapper.
- Specified by:
 createMapperin interfaceMapperFactory- Parameters:
 wrappedMapper- wrapped mapper- Returns:
 - new custom mapper instance, should never be 
null 
 
 - 
 
 -