Uses of Class
org.apache.juneau.annotation.BeanAnnotation.Builder
Packages that use BeanAnnotation.Builder
- 
Uses of BeanAnnotation.Builder in org.apache.juneau.annotationMethods in org.apache.juneau.annotation that return BeanAnnotation.BuilderModifier and TypeMethodDescriptionstatic BeanAnnotation.BuilderBeanAnnotation.create()Instantiates a new builder for this class.static BeanAnnotation.BuilderInstantiates a new builder for this class.static BeanAnnotation.BuilderInstantiates a new builder for this class.BeanAnnotation.Builder.dictionary(Class<?>... value) Sets theBean.dictionary()property on this annotation.Sets theBean.example()property on this annotation.BeanAnnotation.Builder.excludeProperties(String value) Sets theBean.excludeProperties()property on this annotation.BeanAnnotation.Builder.findFluentSetters(boolean value) Sets theBean.findFluentSetters()property on this annotation.Sets theBean.implClass()property on this annotation.BeanAnnotation.Builder.interceptor(Class<? extends BeanInterceptor<?>> value) Sets theBean.interceptor()property on this annotation.BeanAnnotation.Builder.interfaceClass(Class<?> value) Sets theBean.interfaceClass()property on this annotation.Sets theBean.p()property on this annotation.BeanAnnotation.Builder.properties(String value) Sets theBean.properties()property on this annotation.BeanAnnotation.Builder.propertyNamer(Class<? extends PropertyNamer> value) Sets theBean.propertyNamer()property on this annotation.BeanAnnotation.Builder.readOnlyProperties(String value) Sets theBean.readOnlyProperties()property on this annotation.Sets theBean.ro()property on this annotation.BeanAnnotation.Builder.sort(boolean value) Sets theBean.sort()property on this annotation.Sets theBean.stopClass()property on this annotation.Sets theBean.typeName()property on this annotation.BeanAnnotation.Builder.typePropertyName(String value) Sets theBean.typePropertyName()property on this annotation.Sets theBean.wo()property on this annotation.BeanAnnotation.Builder.writeOnlyProperties(String value) Sets theBean.writeOnlyProperties()property on this annotation.Sets theBean.xp()property on this annotation.