Package org.jvnet.basicjaxb_annox.reader
Interface XReader
- All Known Implementing Classes:
ResourcedXReader
public interface XReader
-
Method Summary
Modifier and TypeMethodDescriptiongetXConstructor(Class<?> theClass, Constructor<?> theConstructor) getXConstructor(Constructor<?> theConstructor) getXMethod(Class<?> theClass, Method theMethod) getXMethod(Method theMethod) getXPackage(Package thePackage)
-
Method Details
-
getXPackage
- Throws:
AnnotatedElementException
-
getXClass
- Throws:
AnnotatedElementException
-
getXField
- Throws:
AnnotatedElementException
-
getXField
- Throws:
AnnotatedElementException
-
getXConstructor
- Throws:
AnnotatedElementException
-
getXConstructor
XConstructor getXConstructor(Class<?> theClass, Constructor<?> theConstructor) throws AnnotatedElementException - Throws:
AnnotatedElementException
-
getXMethod
- Throws:
AnnotatedElementException
-
getXMethod
- Throws:
AnnotatedElementException
-