public class DefaultMapperFactory extends Object implements MapperFactory
Constructor and Description |
---|
DefaultMapperFactory(Class<? extends com.thoughtworks.xstream.mapper.MapperWrapper> mapperClass) |
Modifier and Type | Method and Description |
---|---|
com.thoughtworks.xstream.mapper.MapperWrapper |
createMapper(com.thoughtworks.xstream.mapper.MapperWrapper next)
Create custom mapper that wraps the default mapper chain represented by wrappedMapper.
|
public DefaultMapperFactory(Class<? extends com.thoughtworks.xstream.mapper.MapperWrapper> mapperClass)
@NotNull public com.thoughtworks.xstream.mapper.MapperWrapper createMapper(@NotNull com.thoughtworks.xstream.mapper.MapperWrapper next)
MapperFactory
Create custom mapper that wraps the default mapper chain represented by wrappedMapper.
createMapper
in interface MapperFactory
next
- wrapped mappernull
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.