public static class ResourceExtensionsManager.MethodParameters extends RequestParameters
Constructor and Description |
---|
MethodParameters(MethodType method)
Declares the parameters for a method the provides services for a resource.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Returns whether the method declaration is the same.
|
MethodType |
getMethod()
Returns the method for the parameters.
|
int |
hashCode()
Returns the hash code for the method.
|
add, add, clear, containsKey, containsValue, copy, entrySet, get, isEmpty, keySet, put, put, put, putAll, remove, size, values
getClass, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public MethodParameters(MethodType method)
method
- the method typepublic MethodType getMethod()
public int hashCode()
Copyright © 2013-2016 MarkLogic Corporation.