Errai 3.0.1-SNAPSHOT

org.jboss.errai.ioc.rebind.ioc.injector
Interface InjectUtil.BeanMetric

All Known Implementing Classes:
InjectUtil.AbstractBeanMetric
Enclosing class:
InjectUtil

public static interface InjectUtil.BeanMetric


Method Summary
 Collection<Object> getAllInjectors()
           
 Collection<MetaParameter> getConsolidatedMetaParameters()
           
 Collection<MetaField> getFieldInjectors()
           
 MetaConstructor getInjectorConstructor()
           
 Collection<MetaParameter> getInjectorConstructorParameters()
           
 Collection<MetaParameter> getMethodInjectorParameters()
           
 Collection<MetaMethod> getMethodInjectors()
           
 

Method Detail

getInjectorConstructor

MetaConstructor getInjectorConstructor()

getInjectorConstructorParameters

Collection<MetaParameter> getInjectorConstructorParameters()

getFieldInjectors

Collection<MetaField> getFieldInjectors()

getMethodInjectors

Collection<MetaMethod> getMethodInjectors()

getMethodInjectorParameters

Collection<MetaParameter> getMethodInjectorParameters()

getConsolidatedMetaParameters

Collection<MetaParameter> getConsolidatedMetaParameters()

getAllInjectors

Collection<Object> getAllInjectors()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.