Uses of Interface
ca.uhn.fhir.rest.server.method.IParameter
-
Packages that use IParameter Package Description ca.uhn.fhir.rest.server.method -
-
Uses of IParameter in ca.uhn.fhir.rest.server.method
Classes in ca.uhn.fhir.rest.server.method that implement IParameter Modifier and Type Class Description classBaseQueryParameterclassCountParameterclassElementsParameterclassGraphQLQueryParameterclassOperationParameterclassRawParamsParmeterclassRequestDetailsParameterclassResourceParameterclassSearchParameterclassSortParameterclassSummaryEnumParameterclassTransactionParameterMethods in ca.uhn.fhir.rest.server.method that return types with arguments of type IParameter Modifier and Type Method Description List<IParameter>BaseMethodBinding. getParameters()static List<IParameter>MethodUtil. getResourceParameters(ca.uhn.fhir.context.FhirContext theContext, Method theMethod, Object theProvider, ca.uhn.fhir.rest.api.RestOperationTypeEnum theRestfulOperationTypeEnum)Method parameters in ca.uhn.fhir.rest.server.method with type arguments of type IParameter Modifier and Type Method Description voidBaseMethodBinding. setParameters(List<IParameter> theParameters)For unit tests onlyConstructor parameters in ca.uhn.fhir.rest.server.method with type arguments of type IParameter Constructor Description RawParamsParmeter(List<IParameter> theParameters)
-