Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.ioc.rebind.ioc.injector.api.WiringElementType

Packages that use WiringElementType
org.jboss.errai.ioc.rebind.ioc.injector.api   
 

Uses of WiringElementType in org.jboss.errai.ioc.rebind.ioc.injector.api
 

Methods in org.jboss.errai.ioc.rebind.ioc.injector.api that return WiringElementType
static WiringElementType WiringElementType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WiringElementType[] WiringElementType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.errai.ioc.rebind.ioc.injector.api that return types with arguments of type WiringElementType
 Collection<Map.Entry<WiringElementType,Class<? extends Annotation>>> InjectionContext.getAllElementMappings()
           
 

Methods in org.jboss.errai.ioc.rebind.ioc.injector.api with parameters of type WiringElementType
 Collection<Class<? extends Annotation>> InjectionContext.getAnnotationsForElementType(WiringElementType type)
           
 Annotation InjectionContext.getMatchingAnnotationForElementType(WiringElementType type, HasAnnotations hasAnnotations)
           
 boolean InjectionContext.isAnyOfElementTypes(HasAnnotations hasAnnotations, WiringElementType... types)
           
 boolean InjectionContext.isElementType(WiringElementType type, Class<? extends Annotation> annotation)
           
 boolean InjectionContext.isElementType(WiringElementType type, HasAnnotations hasAnnotations)
           
 boolean InjectionContext.isElementType(WiringElementType type, com.google.gwt.core.ext.typeinfo.HasAnnotations hasAnnotations)
          Overloaded version to check GWT's JClassType classes.
 void InjectionContext.mapElementType(WiringElementType type, Class<? extends Annotation> annotationType)
           
 


Errai 3.0.1-SNAPSHOT

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