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 Details

    • CollectionOfObjectsToStringFormatter

      public CollectionOfObjectsToStringFormatter(Collection<?> objects)
  • Method Details