org.jvnet.annox.reader
Interface XReader
- All Known Implementing Classes:
- ResourcedXReader
public interface XReader
getXPackage
XPackage getXPackage(Package thePackage)
throws AnnotatedElementException
- Throws:
AnnotatedElementException
getXClass
XClass getXClass(Class<?> theClass)
throws AnnotatedElementException
- Throws:
AnnotatedElementException
getXField
XField getXField(Field theField)
throws AnnotatedElementException
- Throws:
AnnotatedElementException
getXField
XField getXField(Class<?> theClass,
Field theField)
throws AnnotatedElementException
- Throws:
AnnotatedElementException
getXConstructor
XConstructor getXConstructor(Constructor<?> theConstructor)
throws AnnotatedElementException
- Throws:
AnnotatedElementException
getXConstructor
XConstructor getXConstructor(Class<?> theClass,
Constructor<?> theConstructor)
throws AnnotatedElementException
- Throws:
AnnotatedElementException
getXMethod
XMethod getXMethod(Method theMethod)
throws AnnotatedElementException
- Throws:
AnnotatedElementException
getXMethod
XMethod getXMethod(Class<?> theClass,
Method theMethod)
throws AnnotatedElementException
- Throws:
AnnotatedElementException
Copyright © 2006-2012 Highsource. All Rights Reserved.