| Package | Description |
|---|---|
| to.etc.domui.component.meta |
| Modifier and Type | Method and Description |
|---|---|
MetaCopier<T> |
MetaCopier.copy(String... properties) |
MetaCopier<T> |
MetaCopier.deep(String... properties)
Specify which relation properties need a "deep" copy, where the relation itself is
also copied.
|
MetaCopier<T> |
MetaCopier.ignore(String... properties) |
MetaCopier<T> |
MetaCopier.only(String... properties)
Specify a set of properties that should be the only ones copied.
|
MetaCopier<T> |
MetaCopier.shallow(String... properties) |
Copyright © 2017 etc.to. All rights reserved.