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(java.lang.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
public MethodParameters(MethodType method)
method
- the method typepublic MethodType getMethod()
public int hashCode()
hashCode
in interface java.util.Map<java.lang.String,java.util.List<java.lang.String>>
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in interface java.util.Map<java.lang.String,java.util.List<java.lang.String>>
equals
in class java.lang.Object
Copyright © 2013-2020 MarkLogic Corporation.