public class Objects extends Object
| Constructor and Description |
|---|
Objects() |
| Modifier and Type | Method and Description |
|---|---|
static <O extends Cloneable> |
clone(List<O> list) |
static boolean |
deepEquals(DeepComparable o1,
DeepComparable o2) |
static boolean |
deepEquals(DeepComparable o1,
DeepComparable o2,
boolean ignoreId) |
static <T> T |
defaultIfNull(T value,
T defaultValue) |
static <V> V |
getPropertyValue(Object obj,
String propertyName) |
static <T> T |
newInstance(Class<T> type,
Object... parameters) |
public static boolean deepEquals(DeepComparable o1, DeepComparable o2)
public static boolean deepEquals(DeepComparable o1, DeepComparable o2, boolean ignoreId)
public static <T> T defaultIfNull(T value,
T defaultValue)
Copyright © 2021 Open Foris. All rights reserved.