@Singleton public class TimedInterceptionService extends Object implements org.glassfish.hk2.api.InterceptionService
| Constructor and Description |
|---|
TimedInterceptionService(Set<String> resourcePackage,
org.glassfish.jersey.spi.ExceptionMappers exceptionMappers,
com.codahale.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<org.aopalliance.intercept.ConstructorInterceptor> |
getConstructorInterceptors(Constructor<?> constructor) |
org.glassfish.hk2.api.Filter |
getDescriptorFilter() |
List<org.aopalliance.intercept.MethodInterceptor> |
getMethodInterceptors(Method method) |
public org.glassfish.hk2.api.Filter getDescriptorFilter()
getDescriptorFilter in interface org.glassfish.hk2.api.InterceptionServicepublic List<org.aopalliance.intercept.MethodInterceptor> getMethodInterceptors(Method method)
getMethodInterceptors in interface org.glassfish.hk2.api.InterceptionServicepublic List<org.aopalliance.intercept.ConstructorInterceptor> getConstructorInterceptors(Constructor<?> constructor)
getConstructorInterceptors in interface org.glassfish.hk2.api.InterceptionServiceCopyright © 2010–2021. All rights reserved.