Uses of Interface
com.sun.hk2.component.InhabitantStore

Packages that use InhabitantStore
com.sun.hk2.component   
org.jvnet.hk2.component   
org.jvnet.hk2.config.provider.internal   
 

Uses of InhabitantStore in com.sun.hk2.component
 

Classes in com.sun.hk2.component that implement InhabitantStore
 class InhabitantsParser
          Deprecated. 
 

Methods in com.sun.hk2.component with parameters of type InhabitantStore
static Inhabitant<?> Inhabitants.createInhabitant(ServiceLocator serviceLocator, Iterator<InhabitantProviderInterceptor> interceptors, Holder<ClassLoader> classLoader, String typeName, Map<String,List<String>> metadata, Inhabitant<?> lead, InhabitantStore store, Set<String> indicies)
          Deprecated.  
 

Uses of InhabitantStore in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component with parameters of type InhabitantStore
 AbstractInhabitantImpl<?> InhabitantProviderInterceptor.visit(AbstractInhabitantImpl<?> inhabitant, String typeName, Set<String> indicies, Iterator<InhabitantProviderInterceptor> remainingInterceptors, InhabitantStore store)
          Deprecated. Called by the framework to either decorate the inhabitant, or even intercept and replace the created inhabitant.
 

Uses of InhabitantStore in org.jvnet.hk2.config.provider.internal
 

Methods in org.jvnet.hk2.config.provider.internal with parameters of type InhabitantStore
 AbstractInhabitantImpl<?> ConfigInhabitantProvider.visit(AbstractInhabitantImpl<?> i, String typeName, Set<String> indicies, Iterator<InhabitantProviderInterceptor> remainingInterceptors, InhabitantStore store)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.