Uses of Class
org.apache.juneau.swap.BeanInterceptor
Packages that use BeanInterceptor
Package
Description
Bean and POJO Annotations
Swap API
-
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 classNon-existent bean interceptor.Fields in org.apache.juneau.swap declared as BeanInterceptorModifier and TypeFieldDescriptionstatic final BeanInterceptor<Object>BeanInterceptor.DEFAULTDefault reusable property filter instance.