Tuscany Core

Uses of Interface
org.apache.tuscany.core.config.ComponentTypeIntrospector

Packages that use ComponentTypeIntrospector
org.apache.tuscany.core.config.impl   
org.apache.tuscany.core.config.processor   
org.apache.tuscany.core.loader.system   
 

Uses of ComponentTypeIntrospector in org.apache.tuscany.core.config.impl
 

Classes in org.apache.tuscany.core.config.impl that implement ComponentTypeIntrospector
 class Java5ComponentTypeIntrospector
          Introspects Java annotation-based metata data
 

Methods in org.apache.tuscany.core.config.impl that return ComponentTypeIntrospector
protected  ComponentTypeIntrospector AbstractModuleComponentConfigurationLoader.getIntrospector()
           
 

Uses of ComponentTypeIntrospector in org.apache.tuscany.core.config.processor
 

Fields in org.apache.tuscany.core.config.processor declared as ComponentTypeIntrospector
protected  ComponentTypeIntrospector ImplementationProcessorSupport.introspector
           
 

Methods in org.apache.tuscany.core.config.processor that return ComponentTypeIntrospector
static ComponentTypeIntrospector ProcessorUtils.createCoreIntrospector(org.apache.tuscany.model.assembly.AssemblyFactory factory)
           
 

Methods in org.apache.tuscany.core.config.processor with parameters of type ComponentTypeIntrospector
 void ImplementationProcessorSupport.setIntrospector(ComponentTypeIntrospector introspector)
           
 

Uses of ComponentTypeIntrospector in org.apache.tuscany.core.loader.system
 

Methods in org.apache.tuscany.core.loader.system with parameters of type ComponentTypeIntrospector
 void SystemImplementationLoader.setIntrospector(ComponentTypeIntrospector introspector)
           
 


Tuscany Core

-