public class MarshallerGeneratorFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MARSHALLER_NAME_PREFIX |
Modifier and Type | Method and Description |
---|---|
void |
addMarshaller(MetaClass type) |
void |
addOrMarkMarshallerUnlazy(MetaClass type) |
static BuildMetaClass |
createArrayMarshallerClass(MetaClass type) |
String |
generate(String packageName,
String clazzName) |
static MarshallerGeneratorFactory |
getFor(com.google.gwt.core.ext.GeneratorContext context,
MarshallerOutputTarget target) |
static MarshallerGeneratorFactory |
getFor(com.google.gwt.core.ext.GeneratorContext context,
MarshallerOutputTarget target,
ReachableTypes reachableTypes) |
boolean |
reachable(MetaClass cls) |
public static final String MARSHALLER_NAME_PREFIX
public static MarshallerGeneratorFactory getFor(com.google.gwt.core.ext.GeneratorContext context, MarshallerOutputTarget target)
public static MarshallerGeneratorFactory getFor(com.google.gwt.core.ext.GeneratorContext context, MarshallerOutputTarget target, ReachableTypes reachableTypes)
public void addOrMarkMarshallerUnlazy(MetaClass type)
public void addMarshaller(MetaClass type)
public boolean reachable(MetaClass cls)
public static BuildMetaClass createArrayMarshallerClass(MetaClass type)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.