Class JServiceMethod
- java.lang.Object
-
- net.morimekta.providence.generator.format.java.utils.JServiceMethod
-
public class JServiceMethod extends java.lang.ObjectCreated by morimekta on 4/24/16.
-
-
Constructor Summary
Constructors Constructor Description JServiceMethod(net.morimekta.providence.reflect.contained.CService service, net.morimekta.providence.reflect.contained.CServiceMethod method, JHelper helper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringconstant()JField[]exceptions()net.morimekta.providence.reflect.contained.CServiceMethodgetMethod()java.lang.StringgetRequestClass()JFieldgetResponse()java.lang.StringgetResponseClass()net.morimekta.providence.reflect.contained.CServicegetService()java.lang.StringmethodName()java.lang.Stringname()JField[]params()
-
-
-
Constructor Detail
-
JServiceMethod
public JServiceMethod(net.morimekta.providence.reflect.contained.CService service, net.morimekta.providence.reflect.contained.CServiceMethod method, JHelper helper)
-
-
Method Detail
-
getMethod
public net.morimekta.providence.reflect.contained.CServiceMethod getMethod()
-
getService
public net.morimekta.providence.reflect.contained.CService getService()
-
constant
public java.lang.String constant()
-
name
public java.lang.String name()
-
methodName
public java.lang.String methodName()
-
getRequestClass
public java.lang.String getRequestClass()
-
getResponseClass
public java.lang.String getResponseClass()
-
getResponse
public JField getResponse()
-
params
public JField[] params()
-
exceptions
public JField[] exceptions()
-
-