Package | Description |
---|---|
com.github.erchu.beancp |
Object to object mapping library.
|
com.github.erchu.beancp.commons |
Mapping conventions and converters for common use cases.
|
Class and Description |
---|
Action
No argument action.
|
Binding
Binding from source member to destination member defined using reflection.
|
BindingOption |
BindingSide
Source or destination member (for example property) referenced by binding.
|
Converter
Converter used to convert source to usually immutable new destination object.
|
DeclarativeMap
Defines mapping between source and destination class.
|
DeclarativeMapSetup
Interface for lambda expression used to define
DeclarativeMap . |
MapConvention
Mapping convention.
|
Mapper
Object to object mapper.
|
MapperBuilder
Builds mapper implementation.
|
MapperConfigurationException
Indicates error in mappings configuration.
|
MappingException
Indicates error during mapping.
|
MappingExecutor
Mapping executor (converter or map) common methods.
|
MappingInfo
Returns information of configured mappings.
|
Class and Description |
---|
Binding
Binding from source member to destination member defined using reflection.
|
Converter
Converter used to convert source to usually immutable new destination object.
|
MapConvention
Mapping convention.
|
MappingInfo
Returns information of configured mappings.
|
Copyright © 2014. All rights reserved.