Uses of Interface
com.hammurapi.config.bootstrap.FactoryClosure

Packages that use FactoryClosure
com.hammurapi.config   
com.hammurapi.config.bootstrap   
com.hammurapi.config.impl   
com.hammurapi.config.runtime   
 

Uses of FactoryClosure in com.hammurapi.config
 

Methods in com.hammurapi.config that return FactoryClosure
 FactoryClosure<Object> Factory.create(FactoryConfig factoryConfig)
          Instantiates and configures a Java object.
 

Uses of FactoryClosure in com.hammurapi.config.bootstrap
 

Methods in com.hammurapi.config.bootstrap that return FactoryClosure
 FactoryClosure<T> BootstrapFactory.create(String uri, TokenExpander.TokenSource tokens, String[] profilePath, Map<Class<?>,Iterable<?>> services, Map<String,?> bindings)
           
 FactoryClosure<T> Bootstrapper.create(String uri, TokenExpander.TokenSource tokens, String[] profilePath, Map<Class<?>,Iterable<?>> services, Map<String,?> bindings)
           
 

Uses of FactoryClosure in com.hammurapi.config.impl
 

Methods in com.hammurapi.config.impl that return FactoryClosure
 FactoryClosure<Object> CollectionImpl.create(FactoryConfig factoryConfig)
           
 FactoryClosure<Object> MapImpl.create(FactoryConfig factoryConfig)
           
 FactoryClosure<Object> MethodCallImpl.create(FactoryConfig factoryConfig)
           
 FactoryClosure<Object> NamedCollectionImpl.create(FactoryConfig factoryConfig)
          Copied from CollectionImpl.
 FactoryClosure<Object> NamedMapImpl.create(FactoryConfig factoryConfig)
           
 FactoryClosure<Object> NamedObjectDefinitionImpl.create(FactoryConfig factoryConfig)
           
 FactoryClosure<Object> NamedReferenceImpl.create(FactoryConfig factoryConfig)
           
 FactoryClosure<Object> NamedScriptImpl.create(FactoryConfig factoryConfig)
           
 FactoryClosure<Object> NullImpl.create(FactoryConfig factoryConfig)
           
 FactoryClosure<Object> ObjectDefinitionImpl.create(FactoryConfig factoryConfig)
           
 FactoryClosure<Object> ReferenceImpl.create(FactoryConfig factoryConfig)
           
 FactoryClosure<Object> ScriptImpl.create(FactoryConfig factoryConfig)
           
 FactoryClosure<?> ConfigFactoryImpl.createEFactoryClosureFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 

Methods in com.hammurapi.config.impl with parameters of type FactoryClosure
static void NamedObjectDefinitionImpl.inject(String propertyName, FactoryClosure<?> factoryResult, Object target)
          Injects single value into object using addXXX or setXXX methods.
 

Uses of FactoryClosure in com.hammurapi.config.runtime
 

Classes in com.hammurapi.config.runtime that implement FactoryClosure
 class FactoryClosureBase<T>
           
 

Methods in com.hammurapi.config.runtime that return FactoryClosure
 FactoryClosure<T> BootstrapFactoryImpl.create(String uri, TokenExpander.TokenSource tokens, String[] profilePath, Map<Class<?>,Iterable<?>> services, Map<String,?> bindings)