Package ca.uhn.fhir.interceptor.executor
Class SupplierFilterHookWrapper<T>
java.lang.Object
ca.uhn.fhir.interceptor.executor.SupplierFilterHookWrapper<T>
- All Implemented Interfaces:
Supplier<T>
Wraps a Supplier with advice from a filter hook.
-
Constructor Summary
ConstructorsConstructorDescriptionSupplierFilterHookWrapper(Supplier<T> theTarget, IBaseInterceptorBroadcaster.IInterceptorFilterHook theAdvice, Supplier<String> theCauseDescriptionSupplier) -
Method Summary
-
Constructor Details
-
SupplierFilterHookWrapper
public SupplierFilterHookWrapper(Supplier<T> theTarget, IBaseInterceptorBroadcaster.IInterceptorFilterHook theAdvice, Supplier<String> theCauseDescriptionSupplier)
-
-
Method Details