public class RestResourceMetadata extends Object
| Constructor and Description |
|---|
RestResourceMetadata(OptionsCapable context) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.MultivaluedHashMap<String,RestMethodMetadata> |
getResourceMethods() |
List<String> |
getSubResources() |
void |
setResourceMethods(javax.ws.rs.core.MultivaluedHashMap<String,RestMethodMetadata> resourceMethods) |
void |
setSubResources(List<String> subResources) |
org.codehaus.jettison.json.JSONObject |
toJson() |
public RestResourceMetadata(OptionsCapable context)
public javax.ws.rs.core.MultivaluedHashMap<String,RestMethodMetadata> getResourceMethods()
public void setResourceMethods(javax.ws.rs.core.MultivaluedHashMap<String,RestMethodMetadata> resourceMethods)
public org.codehaus.jettison.json.JSONObject toJson()
throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionCopyright © 2017. All rights reserved.