Package ca.uhn.fhir.interceptor.api
Class HookParams
java.lang.Object
ca.uhn.fhir.interceptor.api.HookParams
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> HookParams
<T> HookParams
add
(T theNext) <T> HookParams
addIfMatchesType
(Class<T> theType, Object theParam) <T> T
<T> T
Returns an unmodifiable multimap of the params, where the key is the param type and the value is the actual instancetoString()
values()
-
Constructor Details
-
HookParams
public HookParams()Constructor -
HookParams
Constructor
-
-
Method Details