Uses of Class
org.jvnet.basicjaxb_annox.model.XParameter
Packages that use XParameter
-
Uses of XParameter in org.jvnet.basicjaxb_annox.model
Methods in org.jvnet.basicjaxb_annox.model that return XParameterModifier and TypeMethodDescriptionXConstructor.getParameters()Returns annotated parameters of the method.XMethod.getParameters()Returns annotated parameters of the method.Constructors in org.jvnet.basicjaxb_annox.model with parameters of type XParameterModifierConstructorDescriptionXConstructor(Constructor<?> constructor, XAnnotation<?>[] xannotations, XParameter[] parameters) Constructs an annotated constructor.XMethod(Method method, XAnnotation<?>[] xannotations, XParameter[] parameters) Constructs an annotated method. -
Uses of XParameter in org.jvnet.basicjaxb_annox.reader.resourced
Methods in org.jvnet.basicjaxb_annox.reader.resourced that return XParameterModifier and TypeMethodDescriptionNXConverter.convertNParameter(Class<?> parameterType, NParameter nparameter) NXConverter.convertNParameters(Class<?>[] parameterTypes, List<NParameter> nparameters)