public interface Entity extends Serializable
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
copyFrom(Object target,
String... ignoreProperties) |
default <T> T |
copyTo(Class<T> target,
String... ignoreProperties) |
default <T> T |
copyTo(T target,
String... ignoreProperties) |
default void |
tryValidate(Class<?>... groups) |
Copyright © 2016–2021. All rights reserved.