List of usage examples for com.google.gwt.user.rebind AbstractSourceCreator subclass-usage
From source file com.github.nmorel.gwtjackson.rebind.AbstractCreator.java
/** * @author Nicolas Morel */ public abstract class AbstractCreator extends AbstractSourceCreator { protected static final String TYPE_PARAMETER_DESERIALIZER_FIELD_NAME = "deserializer%d";
From source file com.hiramchirino.restygwt.rebind.BaseSourceCreator.java
/** * provides additional helper methods for generating source.. * * @author <a href="http://hiramchirino.com">Hiram Chirino</a> */ public abstract class BaseSourceCreator extends AbstractSourceCreator {
From source file de.knightsoftnet.validators.rebind.AbstractCreator.java
/**
* Abstract Class for Creating source files.
* <p>
* This class is not thread safe.
* </p>
*/
From source file org.fusesource.restygwt.rebind.BaseSourceCreator.java
/** * provides additional helper methods for generating source.. * * @author <a href="http://hiramchirino.com">Hiram Chirino</a> */ public abstract class BaseSourceCreator extends AbstractSourceCreator {