Uses of Class
org.jboss.resteasy.wadl.jaxb.Param
-
Packages that use Param Package Description org.jboss.resteasy.wadl.jaxb -
-
Uses of Param in org.jboss.resteasy.wadl.jaxb
Fields in org.jboss.resteasy.wadl.jaxb with type parameters of type Param Modifier and Type Field Description protected List<Param>Representation. paramprotected List<Param>Request. paramprotected List<Param>Resource. paramprotected List<Param>ResourceType. paramprotected List<Param>Response. paramMethods in org.jboss.resteasy.wadl.jaxb that return Param Modifier and Type Method Description ParamObjectFactory. createParam()Create an instance ofParamMethods in org.jboss.resteasy.wadl.jaxb that return types with arguments of type Param Modifier and Type Method Description List<Param>Representation. getParam()Gets the value of the param property.List<Param>Request. getParam()Gets the value of the param property.List<Param>Resource. getParam()Gets the value of the param property.List<Param>ResourceType. getParam()Gets the value of the param property.List<Param>Response. getParam()Gets the value of the param property.
-