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
-
Nested Class Summary
Nested classes/interfaces inherited from class ca.uhn.fhir.rest.server.method.OperationMethodBinding
OperationMethodBinding.ReturnTypeNested 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
ConstructorsConstructorDescriptionValidateMethodBindingDstu2Plus(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, getShortDescription, incomingServerRequestMatchesMethod, invokeServer, invokeServer, isCanOperateAtInstanceLevel, isCanOperateAtServerLevel, isCanOperateAtTypeLevel, isGlobalMethod, isIdempotent, isManualRequestMode, populateActionRequestDetailsForInterceptor, setDescription, toStringMethods inherited from class ca.uhn.fhir.rest.server.method.BaseResourceReturningMethodBinding
callOutgoingFailureOperationOutcomeHook, callOutgoingResponseHook, doInvokeServer, getMethodReturnType, getResourceName, isAddContentLocationHeader, isOffsetModeHistory, provideExpectedReturnTypes, setResourceNameMethods 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)
-