Uses of Class
io.github.mmm.bean.StandardPropertyBuilders
-
Packages that use StandardPropertyBuilders Package Description io.github.mmm.bean Provides the API for generic java beans defined as simple class or interface avoiding lots of boilerplate code. -
-
Uses of StandardPropertyBuilders in io.github.mmm.bean
Methods in io.github.mmm.bean that return StandardPropertyBuilders Modifier and Type Method Description protected StandardPropertyBuilders
AbstractBean. createPropertyBuilders()
Internal method that may be overridden to replace theStandardPropertyBuilders
implementation.
-