Constructor and Description |
---|
HashUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
createObjectWithIdHash(Class<?> clazz,
Object object)
Creates a hash code for an object with the class name and objects
hashCode.
|
static String |
createObjectWithIdHash(String objectName,
Object object)
Creates a hash code for an object with the class name and objects
hashCode.
|
public HashUtil()
public static String createObjectWithIdHash(Class<?> clazz, Object object)
org.eclipse.osbp.dtos.ItemDTO(id=17):
hash("org.eclipse.osbp.dtos.ItemDto({object.hashCode()})")
clazz
- the clazzobject
- the objectpublic static String createObjectWithIdHash(String objectName, Object object)
org.eclipse.osbp.dtos.ItemDTO(id=17):
hash("org.eclipse.osbp.dtos.ItemDto({object.hashCode()})")
objectName
- the object nameobject
- the objectCopyright © 2013-2016 Loetz GmbH&Co.KG - Heidelberg - Germany, Eclipse OSBP Project, OS.bee