- java.lang.Object
-
- io.github.mmm.bean.StandardPropertyBuilders
-
- All Implemented Interfaces:
io.github.mmm.property.builder.PropertyBuilders
,Consumer<io.github.mmm.property.WritableProperty<?>>
public class StandardPropertyBuilders extends Object implements io.github.mmm.property.builder.PropertyBuilders, Consumer<io.github.mmm.property.WritableProperty<?>>
Implementation ofPropertyBuilders
that auto registers build properties and redirects to read-only properties ifread-only
.
-
-
Constructor Summary
Constructors Constructor Description StandardPropertyBuilders(WritableBean bean)
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(io.github.mmm.property.WritableProperty<?> property)
io.github.mmm.property.AttributeReadOnly
getLock()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.github.mmm.property.builder.PropertyBuilders
newBigDecimal, newBigDecimal, newBigInteger, newBigInteger, newBoolean, newBoolean, newByte, newByte, newDouble, newDouble, newFloat, newFloat, newInstant, newInstant, newInteger, newInteger, newLocalDate, newLocalDate, newLocalDateTime, newLocalDateTime, newLocalTime, newLocalTime, newLong, newLong, newOffsetDateTime, newOffsetDateTime, newOffsetTime, newOffsetTime, newPattern, newPattern, newShort, newShort, newString, newString, newZonedDateTime, newZonedDateTime
-
-
-
-
Constructor Detail
-
StandardPropertyBuilders
public StandardPropertyBuilders(WritableBean bean)
The constructor.- Parameters:
bean
-WritableBean
to build theproperties
for.
-
-