|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.weld.util.ApiAbstraction
public class ApiAbstraction
A base class for utility classes that represent annotations, classes etc
Nested Class Summary | |
---|---|
static interface |
ApiAbstraction.Dummy
"Not found" class |
static interface |
ApiAbstraction.DummyAnnotation
"Not found" annotation |
static class |
ApiAbstraction.DummyEnum
"Not found" enumeration value. |
Constructor Summary | |
---|---|
ApiAbstraction(org.jboss.weld.resources.spi.ResourceLoader resourceLoader)
Constructor |
Method Summary | |
---|---|
protected Class<? extends Annotation> |
annotationTypeForName(String name)
Initializes an annotation class |
protected Class<?> |
classForName(String name)
Initializes a type |
protected Object |
enumValue(Class<?> clazz,
String memberName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApiAbstraction(org.jboss.weld.resources.spi.ResourceLoader resourceLoader)
resourceLoader
- The root resource loaderSMethod Detail |
---|
protected Class<? extends Annotation> annotationTypeForName(String name)
name
- The name of the annotation class
protected Class<?> classForName(String name)
name
- The name of the class
protected Object enumValue(Class<?> clazz, String memberName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |