Uses of Class
org.jvnet.basicjaxb_annox.parser.exception.AnnotationElementParseException
Packages that use AnnotationElementParseException
-
Uses of AnnotationElementParseException in org.jvnet.basicjaxb_annox.parser
Methods in org.jvnet.basicjaxb_annox.parser that throw AnnotationElementParseExceptionModifier and TypeMethodDescriptionabstract XAnnotationField<T>XAnnotation<?>XAnnotation<?>[]XAnnotationParser.parseField(Element annotationElement, String name, Class<?> type) XAnnotationField<?>[]XAnnotationParser.parseFields(Element annotationElement, Class<? extends Annotation> annotationClass) -
Uses of AnnotationElementParseException in org.jvnet.basicjaxb_annox.reader.resourced
Methods in org.jvnet.basicjaxb_annox.reader.resourced that throw AnnotationElementParseExceptionModifier and TypeMethodDescriptionNXConverter.convertNClass(Class<?> theClass, NClass nclass) NXConverter.convertNConstructor(Class<?> theClass, NConstructor nconstructor) NXConverter.convertNField(Class<?> theClass, NField nfield) NXConverter.convertNMethod(Class<?> theClass, NMethod nmethod) NXConverter.convertNPackage(Package thePackage, NPackage npackage) NXConverter.convertNParameter(Class<?> parameterType, NParameter nparameter) NXConverter.convertNParameters(Class<?>[] parameterTypes, List<NParameter> nparameters) protected XClassResourcedXReader.loadXClass(Class<?> theClass, InputStream is) protected XPackageResourcedXReader.loadXPackage(Package thePackage, InputStream is) protected XAnnotation<?>[]NXConverter.parseAnnotations(List<Element> elements) protected XClassResourcedXReader.parseXClass(Class<?> theClass, InputStream is) protected XPackageResourcedXReader.parseXPackage(Package thePackage, InputStream is)