Package ca.uhn.fhir.rest.server
Class ResourceBinding
java.lang.Object
ca.uhn.fhir.rest.server.ResourceBinding
Holds all method bindings for an individual resource type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMethod
(BaseMethodBinding method) boolean
getMethod
(RequestDetails theRequest) int
hashCode()
void
setResourceName
(String resourceName)
-
Constructor Details
-
ResourceBinding
public ResourceBinding()Constructor
-
-
Method Details