|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webbeans.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(ResourceLoader resourceLoader)
Constructor |
Method Summary | |
---|---|
protected java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationTypeForName(java.lang.String name)
Initializes an annotation class |
protected java.lang.Class<?> |
classForName(java.lang.String name)
Initializes a type |
protected java.lang.Object |
enumValue(java.lang.Class<?> clazz,
java.lang.String memberName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApiAbstraction(ResourceLoader resourceLoader)
resourceLoader
- The root resource loaderSMethod Detail |
---|
protected java.lang.Class<? extends java.lang.annotation.Annotation> annotationTypeForName(java.lang.String name)
name
- The name of the annotation class
protected java.lang.Class<?> classForName(java.lang.String name)
name
- The name of the class
protected java.lang.Object enumValue(java.lang.Class<?> clazz, java.lang.String memberName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |