Package io.jmix.core.event
Class AttributeChanges.Builder
java.lang.Object
io.jmix.core.event.AttributeChanges.Builder
- Enclosing class:
- AttributeChanges
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static AttributeChanges.Builder
create()
mergeChanges
(AttributeChanges attributeChanges) static AttributeChanges.Builder
ofChanges
(AttributeChanges attributeChanges) withChange
(String attribute, Object value) withEmbedded
(String attribute, AttributeChanges.Builder builder) withEmbedded
(String attribute, Consumer<AttributeChanges.Builder> consumer)
-
Method Details
-
create
-
ofChanges
-
withChange
-
withEmbedded
public AttributeChanges.Builder withEmbedded(String attribute, Consumer<AttributeChanges.Builder> consumer) -
withEmbedded
public AttributeChanges.Builder withEmbedded(String attribute, @Nullable AttributeChanges.Builder builder) -
mergeChanges
-
build
-