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 | Method and Description |
---|---|
void |
JConverterBuilder.register(Factory<?> factory)
Registers a factory.
|
void |
JConverterBuilder.register(Object key,
Factory<?> factory)
Registers a factory under a given key.
|
Modifier and Type | Class and Description |
---|---|
class |
InstantiationClassFactory<T> |
class |
SingletonFactory<T> |
Modifier and Type | Method and Description |
---|---|
T |
FactoryEvaluator.apply(Factory<T> factory) |
void |
FactoryManager.register(Factory<?> factory) |
void |
FactoryManager.register(List<Class<?>> classes,
Factory<?> factory) |
void |
JGumFactoryManager.register(Object key,
Factory<?> factory) |
abstract void |
FactoryManager.register(Object key,
Factory<?> factory) |
void |
JGumFactoryManager.register(Object key,
List<Class<?>> classes,
Factory<?> factory) |
abstract void |
FactoryManager.register(Object key,
List<Class<?>> classes,
Factory<?> factory) |
Constructor and Description |
---|
FactoryChain(List<Factory<T>> responsibilityChain) |
FactoryChainEvaluator(Function<Factory<T>,T> factoryEvaluator) |
Copyright © 2014. All rights reserved.