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
ConstructorsConstructorDescriptionConstructorResourceBinding(String resourceName, List<BaseMethodBinding<?>> methods)Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMethod(BaseMethodBinding<?> method)booleangetMethod(RequestDetails theRequest)inthashCode()voidsetMethods(List<BaseMethodBinding<?>> methods)voidsetResourceName(String resourceName)
-
Constructor Details
-
ResourceBinding
public ResourceBinding()Constructor -
ResourceBinding
Constructor
-
-
Method Details