Class FactoryProvider

java.lang.Object
overit.geocall.model.FactoryProvider
All Implemented Interfaces:
Provider<Object>

@Service public class FactoryProvider extends Object implements Provider<Object>
Implementation of Provider that provides the destination object instances delegating the instantiation to the Factory to taking into account possible customizations over that type.