public interface BeanWriter
void write(Object bean, Writer writer, Model model) throws BeanRegistrationException, IOException
bean
- The bean instance.writer
- The target writer.model
- The Model
instance that "owns" the bean.BeanRegistrationException
- Unknown bean instance.IOException
- Error writing bean to writer
.Copyright © 2014. All rights reserved.