
Uses of Class
ca.uhn.fhir.jaxrs.server.util.JaxRsMethodBindings
Packages that use JaxRsMethodBindings
-
Uses of JaxRsMethodBindings in ca.uhn.fhir.jaxrs.server
Methods in ca.uhn.fhir.jaxrs.server that return JaxRsMethodBindingsModifier and TypeMethodDescriptionAbstractJaxRsBundleProvider.getBindings()
Return the bindings defined in this resource providerAbstractJaxRsResourceProvider.getBindings()
Return the bindings defined in this resource provider -
Uses of JaxRsMethodBindings in ca.uhn.fhir.jaxrs.server.util
Methods in ca.uhn.fhir.jaxrs.server.util that return JaxRsMethodBindingsModifier and TypeMethodDescriptionstatic JaxRsMethodBindings
JaxRsMethodBindings.getMethodBindings
(AbstractJaxRsProvider theProvider, Class<? extends AbstractJaxRsProvider> theProviderClass) Get the method bindings for the given class.