Package | Description |
---|---|
com.github.erchu.beancp |
Object to object mapping library.
|
com.github.erchu.beancp.commons |
Mapping conventions and converters for common use cases.
|
Modifier and Type | Method and Description |
---|---|
MapperBuilder |
MapperBuilder.addConverter(Converter<?,?>... converters)
Adds new mapping implemented by converters.
|
Modifier and Type | Method and Description |
---|---|
static Converter[] |
NumberConverters.get()
Returns number converters.
|
static Converter[] |
CollectionConverters.get()
Returns collection to collection converters.
|
static <T> Converter[] |
CollectionConverters.getArrayToCollection(Class<T> collectionElementClass)
Returns array to collection converters.
|
static <T> Converter |
CollectionConverters.getCollectionToArray(Class<T> collectionElementClass)
Returns collection to array converters.
|
Copyright © 2014. All rights reserved.