| Constructor and Description |
|---|
ModelUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
copy(T dest,
T src,
Function<String,Boolean> forProps) |
static <T> void |
copy(T dest,
T src,
String... forProps) |
static <D,S> void |
copyProps(D dest,
S src,
Function<String,Boolean> forProps) |
static <D,S> void |
copyProps(D dest,
S src,
String... forProps) |
public static <T> void copy(T dest,
T src,
Function<String,Boolean> forProps)
throws ReflectionException
ReflectionExceptionpublic static <T> void copy(T dest,
T src,
String... forProps)
throws ReflectionException
ReflectionExceptionpublic static <D,S> void copyProps(D dest,
S src,
Function<String,Boolean> forProps)
throws ReflectionException
ReflectionExceptionpublic static <D,S> void copyProps(D dest,
S src,
String... forProps)
throws ReflectionException
ReflectionExceptionCopyright © 2019. All rights reserved.