Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.rebind.api
Class GeneratorMappingContextFactory

java.lang.Object
  extended by org.jboss.errai.marshalling.rebind.api.GeneratorMappingContextFactory

public class GeneratorMappingContextFactory
extends Object

Creates and holds references to GeneratorMappingContexts for different MarshallerOutputTargets.

Author:
Christian Sadilek

Constructor Summary
GeneratorMappingContextFactory()
           
 
Method Summary
static GeneratorMappingContext create(com.google.gwt.core.ext.GeneratorContext context, MarshallerOutputTarget target, MarshallerGeneratorFactory marshallerGeneratorFactory, ClassStructureBuilder<?> classStructureBuilder, ArrayMarshallerCallback arrayMarshallerCallback)
           
static GeneratorMappingContext getFor(com.google.gwt.core.ext.GeneratorContext context, MarshallerOutputTarget target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorMappingContextFactory

public GeneratorMappingContextFactory()
Method Detail

getFor

public static GeneratorMappingContext getFor(com.google.gwt.core.ext.GeneratorContext context,
                                             MarshallerOutputTarget target)

create

public static GeneratorMappingContext create(com.google.gwt.core.ext.GeneratorContext context,
                                             MarshallerOutputTarget target,
                                             MarshallerGeneratorFactory marshallerGeneratorFactory,
                                             ClassStructureBuilder<?> classStructureBuilder,
                                             ArrayMarshallerCallback arrayMarshallerCallback)

Errai 3.0.1-SNAPSHOT

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