Package org.openforis.commons.lang
Class Objects
java.lang.Object
org.openforis.commons.lang.Objects
- Author:
- S. Ricci
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleandeepEquals(DeepComparable o1, DeepComparable o2) static booleandeepEquals(DeepComparable o1, DeepComparable o2, boolean ignoreId) static <T> TdefaultIfNull(T value, T defaultValue) static <V> VgetPropertyValue(Object obj, String propertyName) static <T> TnewInstance(Class<T> type, Object... parameters)
-
Constructor Details
-
Objects
public Objects()
-
-
Method Details
-
clone
-
getPropertyValue
-
deepEquals
-
deepEquals
-
newInstance
-
defaultIfNull
public static <T> T defaultIfNull(T value, T defaultValue)
-