Uses of Class
io.github.mmm.bean.property.BeanPropertyBuilder
-
Packages that use BeanPropertyBuilder Package Description io.github.mmm.bean.property ContainsBeanProperty
to allow a bean to contain another bean. -
-
Uses of BeanPropertyBuilder in io.github.mmm.bean.property
Methods in io.github.mmm.bean.property that return BeanPropertyBuilder Modifier and Type Method Description BeanPropertyBuilder<V>
BeanPropertyBuilder. valueClass(Class<V> valueType)
Methods in io.github.mmm.bean.property that return types with arguments of type BeanPropertyBuilder Modifier and Type Method Description protected ValidatorBuilderObject<V,BeanPropertyBuilder<V>>
BeanPropertyBuilder. createValidatorBuilder()
-