Uses of Class
org.jvnet.basicjaxb_annox.model.XConstructor
Packages that use XConstructor
Package
Description
-
Uses of XConstructor in org.jvnet.basicjaxb_annox.model
Fields in org.jvnet.basicjaxb_annox.model declared as XConstructorModifier and TypeFieldDescriptionstatic final XConstructor[]XConstructor.EMPTY_ARRAYEmpty array of constructors.Methods in org.jvnet.basicjaxb_annox.model that return XConstructorModifier and TypeMethodDescriptionXClass.getConstructors()Returns annotated constructors of the class.Constructors in org.jvnet.basicjaxb_annox.model with parameters of type XConstructorModifierConstructorDescriptionXClass(Class<?> targetClass, XAnnotation<?>[] xannotations, XField[] xfields, XConstructor[] xconstructors, XMethod[] xmethods) Constructs an annotated class. -
Uses of XConstructor in org.jvnet.basicjaxb_annox.reader
Methods in org.jvnet.basicjaxb_annox.reader that return XConstructorModifier and TypeMethodDescriptionXReader.getXConstructor(Class<?> theClass, Constructor<?> theConstructor) XReader.getXConstructor(Constructor<?> theConstructor) -
Uses of XConstructor in org.jvnet.basicjaxb_annox.reader.resourced
Methods in org.jvnet.basicjaxb_annox.reader.resourced that return XConstructorModifier and TypeMethodDescriptionNXConverter.convertNConstructor(Class<?> theClass, NConstructor nconstructor) ResourcedXReader.getXConstructor(Class<?> theClass, Constructor<?> theConstructor) ResourcedXReader.getXConstructor(Constructor<?> theConstructor)