public class MappingHelper extends Object
| Constructor and Description |
|---|
MappingHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
arrayMapping(Model rootSourceModel,
Model rootTargetModel,
Model mySourceModel,
Model myTargetModel,
String sourceModelPath,
String targetModelPath,
Integer targetIndex,
boolean isAppend,
Predicate<String> p,
Consumer<T> c) |
static <T> void |
arrayMapping(Model rootSourceModel,
Model rootTargetModel,
Model mySourceModel,
Model myTargetModel,
String sourceModelPath,
String targetModelPath,
Integer targetIndex,
Predicate<String> p,
Consumer<T> c) |
static void |
buildRelationForSubModel(Model parentModel,
Model subModel) |
public static void buildRelationForSubModel(Model parentModel, Model subModel)
public static <T> void arrayMapping(Model rootSourceModel, Model rootTargetModel, Model mySourceModel, Model myTargetModel, String sourceModelPath, String targetModelPath, Integer targetIndex, Predicate<String> p, Consumer<T> c)
Copyright © 2016. All rights reserved.