public class JServiceMethod extends Object
| Constructor and Description |
|---|
JServiceMethod(net.morimekta.providence.reflect.contained.CService service,
net.morimekta.providence.reflect.contained.CServiceMethod method,
JHelper helper) |
| Modifier and Type | Method and Description |
|---|---|
String |
constant() |
JField[] |
exceptions() |
net.morimekta.providence.reflect.contained.CServiceMethod |
getMethod() |
String |
getRequestClass() |
JField |
getResponse() |
String |
getResponseClass() |
net.morimekta.providence.reflect.contained.CService |
getService() |
String |
methodName() |
String |
name() |
JField[] |
params() |
public JServiceMethod(net.morimekta.providence.reflect.contained.CService service,
net.morimekta.providence.reflect.contained.CServiceMethod method,
JHelper helper)
public net.morimekta.providence.reflect.contained.CServiceMethod getMethod()
public net.morimekta.providence.reflect.contained.CService getService()
public String constant()
public String name()
public String methodName()
public String getRequestClass()
public String getResponseClass()
public JField getResponse()
public JField[] params()
public JField[] exceptions()
Copyright © 2015–2020 morimekta.net. All rights reserved.