M - Expected model type by the Loader that uses this
DataReaderB - Intermediate type before getting to M, allowing
createReturnData(Object, Object) to further modify the dataD - Incoming data type from the DataProxypublic abstract class AbstractAutoBeanReader<M,B,D> extends Object implements DataReader<M,D>
AutoBeans.| Constructor and Description |
|---|
AbstractAutoBeanReader(com.google.web.bindery.autobean.shared.AutoBeanFactory factory,
Class<B> rootBeanType)
Creates a new loader.
|
public AbstractAutoBeanReader(com.google.web.bindery.autobean.shared.AutoBeanFactory factory,
Class<B> rootBeanType)
factory - AutoBeanFactory instance capable of building all of the
required classesrootBeanType - AutoBean based type to represent the base data in the
Splittablepublic M read(Object loadConfig, D data)
DataReaderread in interface DataReader<M,D>loadConfig - the load config informationdata - the data to readCopyright © 2012. All Rights Reserved.