public class ProductWriter
extends java.lang.Object
Constructor and Description |
---|
ProductWriter() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
write(java.util.List<Product> products)
Formats the given List of Products to a String.
|
public static java.lang.String write(java.util.List<Product> products)
products
- The list of products to format.Copyright © 2005-2024 Restlet.