public class RestResourceAction extends Object implements Serializable
| Constructor and Description |
|---|
RestResourceAction(String resource,
HttpRequestMethod httpRequestMethod,
Method serviceMethod,
String[] parameterNames) |
RestResourceAction(String resourceName,
HttpRequestMethod httpRequestMethod,
Method serviceMethod,
String[] parameterNames,
RestResourceAction fallbackFor) |
| Modifier and Type | Method and Description |
|---|---|
RestResourceAction |
getFallbackFor() |
Class<?> |
getHttpRequestBodyType() |
HttpRequestMethod |
getHttpRequestMethod() |
Class<?> |
getHttpResponseBodyType() |
String[] |
getParameterNames() |
String |
getRequestURITemplate() |
int |
getRequiredURLParameterCount() |
String |
getResourceName() |
Method |
getServiceMethod() |
String |
getServiceMethodSignature() |
boolean |
isFallback() |
boolean |
isFallBackMethod() |
String |
toString() |
public RestResourceAction(String resource, HttpRequestMethod httpRequestMethod, Method serviceMethod, String[] parameterNames)
public RestResourceAction(String resourceName, HttpRequestMethod httpRequestMethod, Method serviceMethod, String[] parameterNames, RestResourceAction fallbackFor)
public RestResourceAction getFallbackFor()
public Class<?> getHttpRequestBodyType()
public HttpRequestMethod getHttpRequestMethod()
public Class<?> getHttpResponseBodyType()
public String[] getParameterNames()
public String getRequestURITemplate()
public int getRequiredURLParameterCount()
public String getResourceName()
public Method getServiceMethod()
public String getServiceMethodSignature()
public boolean isFallback()
public boolean isFallBackMethod()
Copyright © 2010–2021 Vegard IT GmbH, Germany. All rights reserved.