public static class ResourceExtensionsManager.MethodParameters extends RequestParameters
Constructor | Description |
---|---|
MethodParameters(MethodType method) |
Declares the parameters for a method the provides services for a resource.
|
Modifier and Type | Method | 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.
|
compute, computeIfAbsent, computeIfPresent, entry, forEach, getOrDefault, merge, of, of, of, of, of, of, of, of, of, of, of, ofEntries, putIfAbsent, remove, replace, replace, replaceAll
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public MethodParameters(MethodType method)
method
- the method typepublic MethodType getMethod()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
Copyright © 2013-2019 MarkLogic Corporation.