public final class Objects extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
deepCopy(T o) |
static boolean |
equals(Object o1,
Object o2) |
static boolean |
equals(Object o1,
Object o2,
String path) |
static boolean |
equals(Object o1,
String firstPath,
Object o2,
String secondPath) |
static void |
initialObjectMapper() |
static <T> T |
nullSafe(T nullableObject,
OnNullStrategy<T> onNullObjectBevior) |
static Double |
nullSafeDouble(Double nullableDouble) |
static Float |
nullSafeFloat(Float nullableFloat) |
static Integer |
nullSafeInteger(Integer nullableInteger) |
static Long |
nullSafeLong(Long nullableInteger) |
static String |
nullSafeString(String nullableString) |
static String |
nullSafeToString(Object nullableObject) |
public static <T> T deepCopy(T o)
public static void initialObjectMapper()
public static <T> T nullSafe(T nullableObject,
OnNullStrategy<T> onNullObjectBevior)
Copyright © 2015 jsolve. All rights reserved.