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 GrammarsResteasyWadlWriter.ResteasyWadlGrammar. getGrammars()Methods in org.jboss.resteasy.wadl with parameters of type Grammars Modifier and Type Method Description protected voidResteasyWadlWriter.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 GrammarsApplication. grammarsMethods in org.jboss.resteasy.wadl.jaxb that return Grammars Modifier and Type Method Description GrammarsObjectFactory. createGrammars()Create an instance ofGrammarsGrammarsApplication. 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 voidApplication. setGrammars(Grammars value)Sets the value of the grammars property.
-