I have a bean, ${product}. I would like to view all of the available fields / properties of this bean. So for instance, ${product.price}, ${p
${product}
${product.price}
${p
Ready to use version of @Toby's answer
Object: ${object.class} Declared fields ${attr.name}: ${object[attr.name]} No declared fields Declared methods ${attr.name}(...) No declared methods