Package | Description |
---|---|
org.jconverter |
This package provides the
JConverter class to convert objects between distinct types. |
org.jconverter.factory |
This package provides classes supporting the instantiation of objects required for a conversion.
|
Modifier and Type | Field and Description |
---|---|
protected FactoryManager |
JConverterBuilder.factoryManager |
protected FactoryManager |
JConverter.factoryManager |
Modifier and Type | Method and Description |
---|---|
protected FactoryManager |
JConverter.getInstantiationManager() |
Constructor and Description |
---|
JConverter(ConverterManager converterManager,
FactoryManager factoryManager) |
JConverterBuilder(ConverterManager converterManager,
FactoryManager factoryManager) |
Modifier and Type | Class and Description |
---|---|
class |
JGumFactoryManager
Utility class mapping types to instance creators.
|
Modifier and Type | Method and Description |
---|---|
static FactoryManager |
FactoryManager.registerDefaults(FactoryManager factoryManager)
Registers default factories in the given factory manager.
|
Modifier and Type | Method and Description |
---|---|
static FactoryManager |
FactoryManager.registerDefaults(FactoryManager factoryManager)
Registers default factories in the given factory manager.
|
Copyright © 2014. All rights reserved.