Uses of Class
org.jboss.resteasy.wadl.jaxb.Grammars
-
Packages that use Grammars Package Description org.jboss.resteasy.wadl org.jboss.resteasy.wadl.jaxb -
-
Uses of Grammars in org.jboss.resteasy.wadl
Methods in org.jboss.resteasy.wadl that return Grammars Modifier and Type Method Description protected Grammars
ResteasyWadlWriter.ResteasyWadlGrammar. getGrammars()
Methods in org.jboss.resteasy.wadl with parameters of type Grammars Modifier and Type Method Description protected void
ResteasyWadlWriter.ResteasyWadlGrammar. addGrammars(Grammars grammars)
-
Uses of Grammars in org.jboss.resteasy.wadl.jaxb
Fields in org.jboss.resteasy.wadl.jaxb declared as Grammars Modifier and Type Field Description protected Grammars
Application. grammars
Methods in org.jboss.resteasy.wadl.jaxb that return Grammars Modifier and Type Method Description Grammars
ObjectFactory. createGrammars()
Create an instance ofGrammars
Grammars
Application. getGrammars()
Gets the value of the grammars property.Methods in org.jboss.resteasy.wadl.jaxb with parameters of type Grammars Modifier and Type Method Description void
Application. setGrammars(Grammars value)
Sets the value of the grammars property.
-