| Package | Description |
|---|---|
| ma.glasnost.orika | |
| ma.glasnost.orika.converter | |
| ma.glasnost.orika.converter.builtin | |
| ma.glasnost.orika.impl |
| Modifier and Type | Method and Description |
|---|---|
ConverterFactory |
MapperFactory.getConverterFactory()
Get an instance of the ConverterFactory associated with this
MapperFactory; it may be used to register Converter instances to be used
during mapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConverterFactory
DefaultConverterFactory is the base implementation of ConverterFactory
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BuiltinConverters.register(ConverterFactory converterFactory)
Registers a common set of built-in converters which can handle many
common conversion situations.
Specifically, this includes: ConstructorConverter: converts from the source type to destination type if there is a constructor available on the destination type which takes the source as a single argument. |
| Modifier and Type | Field and Description |
|---|---|
protected ConverterFactory |
DefaultMapperFactory.converterFactory |
protected ConverterFactory |
DefaultMapperFactory.MapperFactoryBuilder.converterFactory
The ConverterFactory configured for the MapperFactory
|
| Modifier and Type | Method and Description |
|---|---|
ConverterFactory |
DefaultMapperFactory.getConverterFactory() |
static ConverterFactory |
UtilityResolver.getDefaultConverterFactory()
Provides a default constructor resolver strategy, favoring a type
specified in the appropriate system property if found.
|
| Modifier and Type | Method and Description |
|---|---|
B |
DefaultMapperFactory.MapperFactoryBuilder.converterFactory(ConverterFactory converterFactory)
Configure the ConverterFactory to use with the generated
MapperFactory
|
Copyright © 2016 Glasnost. All rights reserved.