Uses of Class
org.apache.camel.parser.model.RestVerbDetails
-
Packages that use RestVerbDetails Package Description org.apache.camel.parser.model -
-
Uses of RestVerbDetails in org.apache.camel.parser.model
Methods in org.apache.camel.parser.model that return types with arguments of type RestVerbDetails Modifier and Type Method Description List<RestVerbDetails>
RestServiceDetails. getVerbs()
Methods in org.apache.camel.parser.model with parameters of type RestVerbDetails Modifier and Type Method Description void
RestServiceDetails. addVerb(RestVerbDetails verb)
Method parameters in org.apache.camel.parser.model with type arguments of type RestVerbDetails Modifier and Type Method Description void
RestServiceDetails. setVerbs(List<RestVerbDetails> verbs)
-