Uses of Class
org.chromattic.metamodel.mapping.BeanMapping

Packages that use BeanMapping
org.chromattic.metamodel.mapping   
org.chromattic.metamodel.typegen   
 

Uses of BeanMapping in org.chromattic.metamodel.mapping
 

Methods in org.chromattic.metamodel.mapping that return BeanMapping
 BeanMapping CreateMapping.getBeanMapping()
           
 BeanMapping PropertyMapping.getOwner()
           
 BeanMapping RelationshipMapping.getRelatedBeanMapping()
           
 

Methods in org.chromattic.metamodel.mapping that return types with arguments of type BeanMapping
 java.util.Map<org.reflext.api.ClassTypeInfo,BeanMapping> BeanMappingBuilder.build(org.reflext.api.ClassTypeInfo... classTypes)
           
 java.util.Map<org.reflext.api.ClassTypeInfo,BeanMapping> BeanMappingBuilder.build(java.util.Set<org.reflext.api.ClassTypeInfo> classTypes)
           
 

Methods in org.chromattic.metamodel.mapping with parameters of type BeanMapping
 void MappingVisitor.startBean(BeanMapping mapping)
           
 

Constructors in org.chromattic.metamodel.mapping with parameters of type BeanMapping
CreateMapping(org.reflext.api.MethodInfo method, BeanMapping bean)
           
 

Uses of BeanMapping in org.chromattic.metamodel.typegen
 

Method parameters in org.chromattic.metamodel.typegen with type arguments of type BeanMapping
 java.util.Map<org.reflext.api.ClassTypeInfo,NodeType> SchemaBuilder.build(java.util.Collection<BeanMapping> mappings)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.