Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.marshalling.rebind.MarshallerOutputTarget

Packages that use MarshallerOutputTarget
org.jboss.errai.marshalling.rebind   
org.jboss.errai.marshalling.rebind.api   
 

Uses of MarshallerOutputTarget in org.jboss.errai.marshalling.rebind
 

Methods in org.jboss.errai.marshalling.rebind that return MarshallerOutputTarget
static MarshallerOutputTarget MarshallerOutputTarget.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MarshallerOutputTarget[] MarshallerOutputTarget.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.errai.marshalling.rebind with parameters of type MarshallerOutputTarget
static MarshallerGeneratorFactory MarshallerGeneratorFactory.getFor(com.google.gwt.core.ext.GeneratorContext context, MarshallerOutputTarget target)
           
static MarshallerGeneratorFactory MarshallerGeneratorFactory.getFor(com.google.gwt.core.ext.GeneratorContext context, MarshallerOutputTarget target, ReachableTypes reachableTypes)
           
 

Uses of MarshallerOutputTarget in org.jboss.errai.marshalling.rebind.api
 

Methods in org.jboss.errai.marshalling.rebind.api with parameters of type MarshallerOutputTarget
static GeneratorMappingContext GeneratorMappingContextFactory.create(com.google.gwt.core.ext.GeneratorContext context, MarshallerOutputTarget target, MarshallerGeneratorFactory marshallerGeneratorFactory, ClassStructureBuilder<?> classStructureBuilder, ArrayMarshallerCallback arrayMarshallerCallback)
           
static GeneratorMappingContext GeneratorMappingContextFactory.getFor(com.google.gwt.core.ext.GeneratorContext context, MarshallerOutputTarget target)
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.