| Package | Description |
|---|---|
| org.coodex.concrete.common |
| Modifier and Type | Method and Description |
|---|---|
static AbstractCopierCommon.Index |
AbstractCopierCommon.Index.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractCopierCommon.Index[] |
AbstractCopierCommon.Index.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Collection> |
AbstractCopierCommon.copy(Collection srcCollection,
AbstractCopierCommon.Index srcIndex) |
protected <T extends Collection> |
AbstractCopierCommon.copy(Collection srcCollection,
Class<T> tClass,
AbstractCopierCommon.Index srcIndex) |
protected abstract Object |
AbstractCopierCommon.copy(Object o,
AbstractCopierCommon.Index srcIndex) |
protected Object |
AbstractTwoWayCopier.copy(Object o,
AbstractCopierCommon.Index srcIndex) |
protected Object |
AbstractCopier.copy(Object o,
AbstractCopierCommon.Index srcIndex) |
protected Class |
AbstractCopierCommon.getClass(AbstractCopierCommon.Index index) |
protected Object |
AbstractCopierCommon.init(Object o,
AbstractCopierCommon.Index index) |
protected Object |
AbstractCopierCommon.newObject(AbstractCopierCommon.Index index) |
Copyright © 2018. All rights reserved.