public abstract class AbstractBeanMapper<T> extends Object implements Mapper<T>
Mapper for implementations intended to load the contents of an
InputStream into user-defined beans.| Constructor and Description |
|---|
AbstractBeanMapper() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHelper<T> |
configurationHelper(T bean)
Creates a new
ConfigurationHelper instance recommended by this Mapper. |
public ConfigurationHelper<T> configurationHelper(T bean)
MapperConfigurationHelper instance recommended by this Mapper.configurationHelper in interface Mapper<T>bean - the configuration object to be used by the helperBeanConfigurationHelper, since the configuration for this type of
Mapper is intended to be retrieved by the user-defined bean.Copyright © 2022. All rights reserved.