Package | Description |
---|---|
org.jboss.errai.ioc.rebind.ioc.injector.api |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<Map.Entry<WiringElementType,Class<? extends Annotation>>> |
InjectionContext.getAllElementMappings() |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.