
Uses of Interface
ca.uhn.fhir.interceptor.api.IPointcut
Packages that use IPointcut
-
Uses of IPointcut in ca.uhn.fhir.interceptor.api
Classes in ca.uhn.fhir.interceptor.api with type parameters of type IPointcutModifier and TypeInterfaceDescriptioninterfaceIBaseInterceptorBroadcaster<POINTCUT extends IPointcut>interfaceIBaseInterceptorService<POINTCUT extends IPointcut>Classes in ca.uhn.fhir.interceptor.api that implement IPointcutMethods in ca.uhn.fhir.interceptor.api with parameters of type IPointcutModifier and TypeMethodDescriptionvoidIAnonymousInterceptor.invoke(IPointcut thePointcut, HookParams theArgs) -
Uses of IPointcut in ca.uhn.fhir.interceptor.executor
Classes in ca.uhn.fhir.interceptor.executor with type parameters of type IPointcutModifier and TypeClassDescriptionclassBaseInterceptorService<POINTCUT extends Enum<POINTCUT> & IPointcut>Methods in ca.uhn.fhir.interceptor.executor with parameters of type IPointcutModifier and TypeMethodDescriptionstatic ObjectBaseInterceptorService.callInvokers(IPointcut thePointcut, HookParams theParams, List<IBaseInterceptorBroadcaster.IInvoker> invokers) static booleanBaseInterceptorService.haveAppropriateParams(IPointcut thePointcut, HookParams theParams) Only call this when assertions are enabled, it's expensive