Uses of Class
net.morimekta.providence.generator.format.java.utils.JServiceMethod
-
Packages that use JServiceMethod Package Description net.morimekta.providence.generator.format.java.utils -
-
Uses of JServiceMethod in net.morimekta.providence.generator.format.java.utils
Methods in net.morimekta.providence.generator.format.java.utils that return JServiceMethod Modifier and Type Method Description JServiceMethod[]JService. declaredMethods()Methods declared in the given service only.JServiceMethod[]JService. methods()All methods that apply for the service.Methods in net.morimekta.providence.generator.format.java.utils with parameters of type JServiceMethod Modifier and Type Method Description java.lang.StringJService. getRequestClassRef(JServiceMethod method)java.lang.StringJService. getResponseClassRef(JServiceMethod method)booleanJService. isDeclaredMethod(JServiceMethod ref)java.lang.StringJService. methodsThrows(JServiceMethod method)
-