public interface MapperFactory
Provides custom XStream Mapper
s that wraps around the default chain of
mappers.
Modifier and Type | Method and Description |
---|---|
com.thoughtworks.xstream.mapper.MapperWrapper |
createMapper(com.thoughtworks.xstream.mapper.MapperWrapper wrappedMapper)
Create custom mapper that wraps the default mapper chain represented by wrappedMapper.
|
@NotNull com.thoughtworks.xstream.mapper.MapperWrapper createMapper(@NotNull com.thoughtworks.xstream.mapper.MapperWrapper wrappedMapper)
Create custom mapper that wraps the default mapper chain represented by wrappedMapper.
wrappedMapper
- wrapped mappernull
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.