public interface XReader
| Modifier and Type | Method and Description |
|---|---|
XClass |
getXClass(Class<?> theClass) |
XConstructor |
getXConstructor(Class<?> theClass,
Constructor<?> theConstructor) |
XConstructor |
getXConstructor(Constructor<?> theConstructor) |
XField |
getXField(Class<?> theClass,
Field theField) |
XField |
getXField(Field theField) |
XMethod |
getXMethod(Class<?> theClass,
Method theMethod) |
XMethod |
getXMethod(Method theMethod) |
XPackage |
getXPackage(Package thePackage) |
XPackage getXPackage(Package thePackage) throws AnnotatedElementException
AnnotatedElementExceptionXClass getXClass(Class<?> theClass) throws AnnotatedElementException
AnnotatedElementExceptionXField getXField(Field theField) throws AnnotatedElementException
AnnotatedElementExceptionXField getXField(Class<?> theClass, Field theField) throws AnnotatedElementException
AnnotatedElementExceptionXConstructor getXConstructor(Constructor<?> theConstructor) throws AnnotatedElementException
AnnotatedElementExceptionXConstructor getXConstructor(Class<?> theClass, Constructor<?> theConstructor) throws AnnotatedElementException
AnnotatedElementExceptionXMethod getXMethod(Method theMethod) throws AnnotatedElementException
AnnotatedElementExceptionXMethod getXMethod(Class<?> theClass, Method theMethod) throws AnnotatedElementException
AnnotatedElementExceptionCopyright © 2006-2013 Highsource. All Rights Reserved.