Uses of Class
org.jvnet.basicjaxb_annox.model.XClass
Packages that use XClass
Package
Description
-
Uses of XClass in org.jvnet.basicjaxb_annox.model
Fields in org.jvnet.basicjaxb_annox.model declared as XClassModifier and TypeFieldDescriptionstatic final XClass[]XClass.EMPTY_ARRAYEmpty array of classes.static final XClassXClass.VOIDXClass for Void.Methods in org.jvnet.basicjaxb_annox.model that return XClassModifier and TypeMethodDescriptionXClass[]XPackage.getClasses()Returns annotated classes of the package.Constructors in org.jvnet.basicjaxb_annox.model with parameters of type XClassModifierConstructorDescriptionXPackage(Package targetPackage, XAnnotation<?>[] xannotations, XClass[] xclasses) Constructs an annotated package. -
Uses of XClass in org.jvnet.basicjaxb_annox.reader
Methods in org.jvnet.basicjaxb_annox.reader that return XClass -
Uses of XClass in org.jvnet.basicjaxb_annox.reader.resourced
Methods in org.jvnet.basicjaxb_annox.reader.resourced that return XClassModifier and TypeMethodDescriptionNXConverter.convertNClass(Class<?> theClass, NClass nclass) protected XClassResourcedXReader.loadXClass(Class<?> theClass, InputStream is) protected XClassResourcedXReader.parseXClass(Class<?> theClass, InputStream is)