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)
MapperFactoryCreate custom mapper that wraps the default mapper chain represented by wrappedMapper.
createMapper in interface MapperFactorynext - wrapped mappernullCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.