
Uses of Enum Class
ca.uhn.fhir.interceptor.api.Pointcut
Packages that use Pointcut
-
Uses of Pointcut in ca.uhn.fhir.interceptor.api
Methods in ca.uhn.fhir.interceptor.api that return PointcutModifier and TypeMethodDescriptionstatic PointcutReturns the enum constant of this class with the specified name.static Pointcut[]Pointcut.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uhn.fhir.interceptor.api with parameters of type PointcutModifier and TypeMethodDescriptionvoidIInterceptorService.registerAnonymousInterceptor(Pointcut thePointcut, int theOrder, IAnonymousInterceptor theInterceptor) voidIInterceptorService.registerAnonymousInterceptor(Pointcut thePointcut, IAnonymousInterceptor theInterceptor) -
Uses of Pointcut in ca.uhn.fhir.interceptor.executor
Methods in ca.uhn.fhir.interceptor.executor with parameters of type PointcutModifier and TypeMethodDescriptionvoidInterceptorService.registerAnonymousInterceptor(Pointcut thePointcut, int theOrder, IAnonymousInterceptor theInterceptor) voidInterceptorService.registerAnonymousInterceptor(Pointcut thePointcut, IAnonymousInterceptor theInterceptor)