Package com.emarsys.ecommon.util

Provides the various common utility classes.

See:
          Description

Interface Summary
GenericAdapter<T> GenericAdapter is supposed to be a super interface for arbitrary interfaces that specify an adapter to classes and have the same single type parameter T.
Identifiable Used to mark an Entity object as exportable.
StopableRunnable A thread should not be stopped via the Thread.stop() method, instead, the underlying logic should do it.
 

Class Summary
Assertions Provides assertions which cannot be disabled and do automated logging.
Classes Utility for handling Classes.
Classes.Instantiator<C,E extends Exception> Classes.Instantiator provides a sane interface for dynamic instantiation of classes by implementing the builder pattern.
CollectionToStringBuilder A ToStringBuilder for Collections and Arrays.
EntityExporter Extra bean utilities try to "de-Hibernate" an attached object within reason.
Identify Creationdate: Apr 24, 2007
ReflectionsHelper Helper-methods to get things via reflection Creationdate: Sep 12, 2007
ToStringBuilder Provides common default behaviors for Object.toString() implementations.
 

Package com.emarsys.ecommon.util Description

Provides the various common utility classes.



Copyright © 2010 emarsys AG. All Rights Reserved.