Package ca.uhn.fhir.rest.server.method
Class MethodUtil
- java.lang.Object
-
- ca.uhn.fhir.rest.server.method.MethodUtil
-
public class MethodUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description MethodUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidextractDescription(SearchParameter theParameter, Annotation[] theAnnotations)static List<IParameter>getResourceParameters(ca.uhn.fhir.context.FhirContext theContext, Method theMethod, Object theProvider, ca.uhn.fhir.rest.api.RestOperationTypeEnum theRestfulOperationTypeEnum)
-
-
-
Constructor Detail
-
MethodUtil
public MethodUtil()
-
-
Method Detail
-
extractDescription
public static void extractDescription(SearchParameter theParameter, Annotation[] theAnnotations)
-
getResourceParameters
public static List<IParameter> getResourceParameters(ca.uhn.fhir.context.FhirContext theContext, Method theMethod, Object theProvider, ca.uhn.fhir.rest.api.RestOperationTypeEnum theRestfulOperationTypeEnum)
-
-