|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConverterFactory | |
|---|---|
| ma.glasnost.orika | |
| ma.glasnost.orika.converter | |
| ma.glasnost.orika.converter.builtin | |
| ma.glasnost.orika.impl | |
| Uses of ConverterFactory in ma.glasnost.orika |
|---|
| Methods in ma.glasnost.orika that return ConverterFactory | |
|---|---|
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. |
| Uses of ConverterFactory in ma.glasnost.orika.converter |
|---|
| Classes in ma.glasnost.orika.converter that implement ConverterFactory | |
|---|---|
class |
DefaultConverterFactory
|
| Uses of ConverterFactory in ma.glasnost.orika.converter.builtin |
|---|
| Methods in ma.glasnost.orika.converter.builtin with parameters of type ConverterFactory | |
|---|---|
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. |
| Uses of ConverterFactory in ma.glasnost.orika.impl |
|---|
| Fields in ma.glasnost.orika.impl declared as ConverterFactory | |
|---|---|
protected ConverterFactory |
DefaultMapperFactory.MapperFactoryBuilder.converterFactory
The ConverterFactory configured for the MapperFactory |
| Methods in ma.glasnost.orika.impl that return ConverterFactory | |
|---|---|
ConverterFactory |
DefaultMapperFactory.getConverterFactory()
|
static ConverterFactory |
UtilityResolver.getDefaultConverterFactory()
Provides a default constructor resolver strategy, favoring a type specified in the appropriate system property if found. |
| Methods in ma.glasnost.orika.impl with parameters of type ConverterFactory | |
|---|---|
B |
DefaultMapperFactory.MapperFactoryBuilder.converterFactory(ConverterFactory converterFactory)
Configure the ConverterFactory to use with the generated MapperFactory |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||