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
AnnotatedElementException
XClass getXClass(Class<?> theClass) throws AnnotatedElementException
AnnotatedElementException
XField getXField(Field theField) throws AnnotatedElementException
AnnotatedElementException
XField getXField(Class<?> theClass, Field theField) throws AnnotatedElementException
AnnotatedElementException
XConstructor getXConstructor(Constructor<?> theConstructor) throws AnnotatedElementException
AnnotatedElementException
XConstructor getXConstructor(Class<?> theClass, Constructor<?> theConstructor) throws AnnotatedElementException
AnnotatedElementException
XMethod getXMethod(Method theMethod) throws AnnotatedElementException
AnnotatedElementException
XMethod getXMethod(Class<?> theClass, Method theMethod) throws AnnotatedElementException
AnnotatedElementException
Copyright © 2006-2013 Highsource. All Rights Reserved.