Summer.Batch.Common.Util.ObjectUtils Class Reference

Class containing utility methods on objects. More...

Static Public Member Functions

static string IdentityToString (object obj)
 Returns a String representation of an object's overall identity. More...
 
static string GetIdentityHexString (object obj)
 Return a hex String form of an object's identity hash code. More...
 
static string Dump (object obj)
 Dumps an objects. Instances of IEnumerable<T> have their content dumped around brackets and separated by vertical bars. Others objects are dumped using object.ToString. Exemple: [Name_0|1|[[Rue de la victoire|Bordeaux|[87654320|01234567]]]|2|[email0test.com|altemail0test.com]] More...
 

Detailed Description

Class containing utility methods on objects.

Member Function Documentation

static string Summer.Batch.Common.Util.ObjectUtils.Dump ( object  obj)
static

Dumps an objects. Instances of IEnumerable<T> have their content dumped around brackets and separated by vertical bars. Others objects are dumped using object.ToString. Exemple: [Name_0|1|[[Rue de la victoire|Bordeaux|[87654320|01234567]]]|2|[email0test.com|altemail0test.com]]

Parameters
objthe object to dump
Returns
a string containing the dump of obj
static string Summer.Batch.Common.Util.ObjectUtils.GetIdentityHexString ( object  obj)
static

Return a hex String form of an object's identity hash code.

Parameters
obj
Returns
static string Summer.Batch.Common.Util.ObjectUtils.IdentityToString ( object  obj)
static

Returns a String representation of an object's overall identity.

Parameters
obj
Returns

The documentation for this class was generated from the following file:
  • Summer.Batch.Common/Util/ObjectUtils.cs