Uses of Class
org.jboss.resteasy.wadl.jaxb.Representation
-
Packages that use Representation Package Description org.jboss.resteasy.wadl.jaxb -
-
Uses of Representation in org.jboss.resteasy.wadl.jaxb
Fields in org.jboss.resteasy.wadl.jaxb with type parameters of type Representation Modifier and Type Field Description protected List<Representation>Request. representationprotected List<Representation>Response. representationMethods in org.jboss.resteasy.wadl.jaxb that return Representation Modifier and Type Method Description RepresentationObjectFactory. createRepresentation()Create an instance ofRepresentationMethods in org.jboss.resteasy.wadl.jaxb that return types with arguments of type Representation Modifier and Type Method Description List<Representation>Request. getRepresentation()Gets the value of the representation property.List<Representation>Response. getRepresentation()Gets the value of the representation property.
-