Package org.loom.binding.factories

Interface Summary
ImplementationFactory<T> When a property must be instantiated, this class decides how to create the new value.
 

Class Summary
ArrayImplementationFactory ImplementationFactory for static arrays.
DefaultImplementationFactory Instantiates a new java bean using the default empty constructor
DefaultNodeFactory Default NodeFactory implementation
ImplementationFactoriesRepository An ordered list of implementation repositories: stops when one registered repository has a valid Factory for a property.
PrimitiveImplementationFactory Primitive fields will never be null, so this implementation factory will never get called