Uses of Class
org.apache.juneau.swap.BeanInterceptor
Packages that use BeanInterceptor
- 
Uses of BeanInterceptor in org.apache.juneau.annotationMethod parameters in org.apache.juneau.annotation with type arguments of type BeanInterceptorModifier and TypeMethodDescriptionBeanAnnotation.Builder.interceptor(Class<? extends BeanInterceptor<?>> value) Sets theBean.interceptor()property on this annotation.
- 
Uses of BeanInterceptor in org.apache.juneau.swapSubclasses of BeanInterceptor in org.apache.juneau.swapModifier and TypeClassDescriptionstatic final classNon-existent bean interceptor.Fields in org.apache.juneau.swap declared as BeanInterceptorModifier and TypeFieldDescriptionstatic final BeanInterceptor<Object>BeanInterceptor.DEFAULTDefault reusable property filter instance.