Uses of Class
org.apache.juneau.swap.BeanInterceptor
Packages that use BeanInterceptor
-
Uses of BeanInterceptor in org.apache.juneau.annotation
Method 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.swap
Subclasses of BeanInterceptor in org.apache.juneau.swapModifier and TypeClassDescriptionstatic final class
Non-existent bean interceptor.Fields in org.apache.juneau.swap declared as BeanInterceptorModifier and TypeFieldDescriptionstatic final BeanInterceptor<Object>
BeanInterceptor.DEFAULT
Default reusable property filter instance.