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 |
---|---|
@NotNull com.thoughtworks.xstream.mapper.MapperWrapper |
createMapper(@NotNull 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 @NotNull com.thoughtworks.xstream.mapper.MapperWrapper createMapper(@NotNull @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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.