Uses of Interface
org.jvnet.hk2.component.InhabitantProviderInterceptor

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

Uses of InhabitantProviderInterceptor in com.sun.hk2.component
 

Classes in com.sun.hk2.component that implement InhabitantProviderInterceptor
 class AbstractInhabitantProvider
          Deprecated. 
 

Method parameters in com.sun.hk2.component with type arguments of type InhabitantProviderInterceptor
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 InhabitantProviderInterceptor in org.jvnet.hk2.component
 

Method parameters in org.jvnet.hk2.component with type arguments of type InhabitantProviderInterceptor
 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 InhabitantProviderInterceptor in org.jvnet.hk2.config.provider.internal
 

Classes in org.jvnet.hk2.config.provider.internal that implement InhabitantProviderInterceptor
 class ConfigInhabitantProvider
           
 

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



Copyright © 2013 Oracle Corporation. All Rights Reserved.