Class CollectionOfObjectsToStringFormatter
- java.lang.Object
-
- org.hibernate.validator.internal.util.logging.formatter.CollectionOfObjectsToStringFormatter
-
public class CollectionOfObjectsToStringFormatter extends Object
Used with JBoss Logging to display collections of objects using toString() in log messages.- Author:
- Guillaume Smet
-
-
Constructor Summary
Constructors Constructor Description CollectionOfObjectsToStringFormatter(Collection<?> objects)
-
-
-
Constructor Detail
-
CollectionOfObjectsToStringFormatter
public CollectionOfObjectsToStringFormatter(Collection<?> objects)
-
-