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. param
protected List<Param>
Request. param
protected List<Param>
Resource. param
protected List<Param>
ResourceType. param
protected List<Param>
Response. param
Methods in org.jboss.resteasy.wadl.jaxb that return Param Modifier and Type Method Description Param
ObjectFactory. createParam()
Create an instance ofParam
Methods 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.
-