Uses of Class
org.apache.juneau.BeanPropertyMeta.Builder
Packages that use BeanPropertyMeta.Builder
-
Uses of BeanPropertyMeta.Builder in org.apache.juneau
Methods in org.apache.juneau that return BeanPropertyMeta.BuilderModifier and TypeMethodDescriptionBeanPropertyMeta.Builder.beanRegistry(BeanRegistry value) Sets the bean registry to use with this bean property.static BeanPropertyMeta.BuilderCreates a builder forBeanPropertyMeta(org.apache.juneau.BeanPropertyMeta.Builder)objects.BeanPropertyMeta.Builder.canRead()Marks this property as readable.BeanPropertyMeta.Builder.canWrite()Marks this property as writable.BeanPropertyMeta.Builder.delegateFor(BeanPropertyMeta value) Sets the original bean property that this one is overriding.BeanPropertyMeta.Builder.overrideValue(Object value) Sets the overridden value of this bean property.BeanPropertyMeta.Builder.rawMetaType(ClassMeta<?> value) Sets the raw metadata type for this bean property.BeanPropertyMeta.Builder.setAsConstructorArg()Marks this property as a constructor argument.BeanPropertyMeta.Builder.setExtraKeys(MethodInfo value) Sets the extra keys method for this bean property.Sets the field for this bean property.BeanPropertyMeta.Builder.setGetter(MethodInfo value) Sets the getter method for this bean property.BeanPropertyMeta.Builder.setInnerField(FieldInfo value) Sets the inner field for this bean property from aFieldInfo.BeanPropertyMeta.Builder.setSetter(MethodInfo value) Sets the setter method 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.