Uses of Enum
ca.uhn.fhir.interceptor.api.Pointcut
-
Uses of Pointcut in ca.uhn.fhir.interceptor.api
Modifier and TypeMethodDescriptionstatic Pointcut
Returns the enum constant of this type with the specified name.static Pointcut[]
Pointcut.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
IInterceptorService.registerAnonymousInterceptor
(Pointcut thePointcut, int theOrder, IAnonymousInterceptor theInterceptor) void
IInterceptorService.registerAnonymousInterceptor
(Pointcut thePointcut, IAnonymousInterceptor theInterceptor) -
Uses of Pointcut in ca.uhn.fhir.interceptor.executor
Modifier and TypeMethodDescriptionvoid
InterceptorService.registerAnonymousInterceptor
(Pointcut thePointcut, int theOrder, IAnonymousInterceptor theInterceptor) void
InterceptorService.registerAnonymousInterceptor
(Pointcut thePointcut, IAnonymousInterceptor theInterceptor)