Package ca.uhn.fhir.rest.server.method
Class ValidateMethodBindingDstu2Plus
java.lang.Object
ca.uhn.fhir.rest.server.method.BaseMethodBinding
ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding
ca.uhn.fhir.rest.server.method.OperationMethodBinding
ca.uhn.fhir.rest.server.method.ValidateMethodBindingDstu2Plus
-
Nested Class Summary
Nested classes/interfaces inherited from class ca.uhn.fhir.rest.server.method.OperationMethodBinding
OperationMethodBinding.ReturnType
Nested classes/interfaces inherited from class ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding
BaseResourceReturningMethodBinding.MethodReturnTypeEnum, BaseResourceReturningMethodBinding.ReturnTypeEnum
-
Field Summary
Fields inherited from class ca.uhn.fhir.rest.server.method.OperationMethodBinding
WILDCARD_NAME
Fields inherited from class ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding
myResponseBundleBuilder
-
Constructor Summary
ConstructorDescriptionValidateMethodBindingDstu2Plus
(Class<?> theReturnResourceType, Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theReturnTypeFromRp, Method theMethod, ca.uhn.fhir.context.FhirContext theContext, Object theProvider, ca.uhn.fhir.rest.annotation.Validate theAnnotation) -
Method Summary
Methods inherited from class ca.uhn.fhir.rest.server.method.OperationMethodBinding
getCanonicalUrl, getDescription, getName, getResponseBundleType, getRestOperationType, getRestOperationType, getReturnParams, getReturnType, getShortDescription, incomingServerRequestMatchesMethod, invokeServer, invokeServer, isCanOperateAtInstanceLevel, isCanOperateAtServerLevel, isCanOperateAtTypeLevel, isDeleteEnabled, isGlobalMethod, isIdempotent, isManualRequestMode, populateRequestDetailsForInterceptor, setDescription, toString
Methods inherited from class ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding
callOutgoingFailureOperationOutcomeHook, callOutgoingResponseHook, doInvokeServer, getMethodReturnType, getResourceName, isAddContentLocationHeader, isOffsetModeHistory, provideExpectedReturnTypes, setResourceName
Methods inherited from class ca.uhn.fhir.rest.server.method.BaseMethodBinding
bindMethod, close, createMethodParams, createParametersForServerRequest, getAllowableParamAnnotations, getContext, getIncludes, getMethod, getParameters, getProvider, getQueryParameters, getRequestIncludesFromParams, getRevIncludes, invokeServerMethod, isSupportsConditional, isSupportsConditionalMultiple, setParameters, toResourceList, verifyMethodHasZeroOrOneOperationAnnotation
-
Constructor Details
-
ValidateMethodBindingDstu2Plus
public ValidateMethodBindingDstu2Plus(Class<?> theReturnResourceType, Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theReturnTypeFromRp, Method theMethod, ca.uhn.fhir.context.FhirContext theContext, Object theProvider, ca.uhn.fhir.rest.annotation.Validate theAnnotation)
-