Uses of Class
io.github.mmm.bean.property.BeanProperty
-
Packages that use BeanProperty Package Description io.github.mmm.bean.property ContainsBeanPropertyto allow a bean to contain another bean. -
-
Uses of BeanProperty in io.github.mmm.bean.property
Methods in io.github.mmm.bean.property that return BeanProperty Modifier and Type Method Description protected BeanProperty<V>BeanPropertyBuilder. build(String name, PropertyMetadata<V> metadata)BeanProperty<V>PropertyFactoryBean. create(String name, Class<? extends V> valueClass, PropertyMetadata<V> metadata)Methods in io.github.mmm.bean.property that return types with arguments of type BeanProperty Modifier and Type Method Description Class<BeanProperty<V>>PropertyFactoryBean. getImplementationClass()
-