Uses of Class
org.apache.juneau.BeanPropertyMeta.Builder
Packages that use BeanPropertyMeta.Builder
- 
Uses of BeanPropertyMeta.Builder in org.apache.juneauMethods in org.apache.juneau that return BeanPropertyMeta.BuilderModifier and TypeMethodDescriptionBeanPropertyMeta.Builder.beanRegistry(BeanRegistry beanRegistry) Sets the bean registry to use with this bean property.static BeanPropertyMeta.BuilderCreates a builder forBeanPropertyMeta(org.apache.juneau.BeanPropertyMeta.Builder)objects.BeanPropertyMeta.Builder.delegateFor(BeanPropertyMeta delegateFor) Sets the original bean property that this one is overriding.BeanPropertyMeta.Builder.overrideValue(Object overrideValue) Sets the overridden value of this bean property.BeanPropertyMeta.Builder.rawMetaType(ClassMeta<?> rawMetaType) Sets the raw metadata type for this bean property.Constructors in org.apache.juneau with parameters of type BeanPropertyMeta.BuilderModifierConstructorDescriptionprotectedCreates a new BeanPropertyMeta using the contents of the specified builder.