Uses of Class
org.jvnet.basicjaxb_annox.model.XMethod
Packages that use XMethod
Package
Description
-
Uses of XMethod in org.jvnet.basicjaxb_annox.model
Fields in org.jvnet.basicjaxb_annox.model declared as XMethodModifier and TypeFieldDescriptionstatic final XMethod[]XMethod.EMPTY_ARRAYEmpty array of methods.Methods in org.jvnet.basicjaxb_annox.model that return XMethodModifier and TypeMethodDescriptionXMethod[]XClass.getMethods()Returns annotated methods of the class.Constructors in org.jvnet.basicjaxb_annox.model with parameters of type XMethodModifierConstructorDescriptionXClass(Class<?> targetClass, XAnnotation<?>[] xannotations, XField[] xfields, XConstructor[] xconstructors, XMethod[] xmethods) Constructs an annotated class. -
Uses of XMethod in org.jvnet.basicjaxb_annox.reader
Methods in org.jvnet.basicjaxb_annox.reader that return XMethodModifier and TypeMethodDescriptionXReader.getXMethod(Class<?> theClass, Method theMethod) XReader.getXMethod(Method theMethod) -
Uses of XMethod in org.jvnet.basicjaxb_annox.reader.resourced
Methods in org.jvnet.basicjaxb_annox.reader.resourced that return XMethodModifier and TypeMethodDescriptionNXConverter.convertNMethod(Class<?> theClass, NMethod nmethod) ResourcedXReader.getXMethod(Class<?> theClass, Method theMethod) ResourcedXReader.getXMethod(Method theMethod)