Package ca.uhn.fhir.rest.server.method
Class ValidateMethodBindingDstu2Plus
- java.lang.Object
-
- ca.uhn.fhir.rest.server.method.BaseMethodBinding<Object>
-
- ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding
-
- ca.uhn.fhir.rest.server.method.OperationMethodBinding
-
- ca.uhn.fhir.rest.server.method.ValidateMethodBindingDstu2Plus
-
public class ValidateMethodBindingDstu2Plus extends OperationMethodBinding
-
-
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
-
-
Constructor Summary
Constructors Constructor Description 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)
-
Method Summary
-
Methods inherited from class ca.uhn.fhir.rest.server.method.OperationMethodBinding
getDescription, getName, getResponseBundleType, getRestOperationType, getRestOperationType, getReturnParams, getReturnType, incomingServerRequestMatchesMethod, invokeServer, invokeServer, isCanOperateAtInstanceLevel, isCanOperateAtServerLevel, isCanOperateAtTypeLevel, isGlobalMethod, isIdempotent, isManualRequestMode, populateActionRequestDetailsForInterceptor, setDescription, toString
-
Methods inherited from class ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding
callOutgoingFailureOperationOutcomeHook, callOutgoingResponseHook, doInvokeServer, getMethodReturnType, getResourceName, isAddContentLocationHeader, setResourceName
-
Methods inherited from class ca.uhn.fhir.rest.server.method.BaseMethodBinding
bindMethod, createMethodParams, createParametersForServerRequest, getAllowableParamAnnotations, getContext, getIncludes, getMethod, getParameters, getProvider, getRequestIncludesFromParams, invokeServerMethod, isSupportsConditional, isSupportsConditionalMultiple, setParameters, toResourceList, verifyMethodHasZeroOrOneOperationAnnotation
-
-
-
-
Constructor Detail
-
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)
-
-