ReflectiveBeanConverter

public class ReflectiveBeanConverter<T> extends AbstractStringConverter<T>

A converter that accepts a bean object and uses reflection to introspect the fields of the bean and builds a raw form of them. Note that the fields must have a human readable string representation for this converter to work properly. User: nikolavp Date: 28/02/14 Time: 15:12

Parameters:
  • <T> – the type of objects you want convert to it’s raw form

Methods

getStringForm

protected String getStringForm(T value)