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