Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.marshalling.rebind.api.model.Mapping

Packages that use Mapping
org.jboss.errai.marshalling.rebind.api.impl.defaultjava   
org.jboss.errai.marshalling.rebind.api.model   
org.jboss.errai.marshalling.rebind.api.model.impl   
 

Uses of Mapping in org.jboss.errai.marshalling.rebind.api.impl.defaultjava
 

Methods in org.jboss.errai.marshalling.rebind.api.impl.defaultjava with parameters of type Mapping
 Statement DefaultJavaMappingStrategy.fieldDemarshall(Mapping mapping, Class<?> fromType)
           
 Statement DefaultJavaMappingStrategy.fieldDemarshall(Mapping mapping, MetaClass fromType)
           
 Statement DefaultJavaMappingStrategy.maybeAddAssumedTypes(BlockBuilder<?> blockBuilder, String varName, Mapping mapping, Statement statement)
           
 

Uses of Mapping in org.jboss.errai.marshalling.rebind.api.model
 

Subinterfaces of Mapping in org.jboss.errai.marshalling.rebind.api.model
 interface MemberMapping
           
 

Methods in org.jboss.errai.marshalling.rebind.api.model that return Mapping
 Mapping[] InstantiationMapping.getMappings()
           
 

Methods in org.jboss.errai.marshalling.rebind.api.model that return types with arguments of type Mapping
 List<Mapping> MappingDefinition.getAllMappings()
           
 

Uses of Mapping in org.jboss.errai.marshalling.rebind.api.model.impl
 

Classes in org.jboss.errai.marshalling.rebind.api.model.impl that implement Mapping
 class AccessorMapping
           
 class ReadMapping
           
 class SimpleMapping
           
 class WriteMapping
           
 

Methods in org.jboss.errai.marshalling.rebind.api.model.impl that return Mapping
 Mapping[] SimpleConstructorMapping.getMappings()
           
 Mapping[] NoConstructMapping.getMappings()
           
 Mapping[] SimpleFactoryMapping.getMappings()
           
 


Errai 3.0.1-SNAPSHOT

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