Uses of Class
org.chromattic.metamodel.bean.BeanInfo

Packages that use BeanInfo
org.chromattic.metamodel.bean   
org.chromattic.metamodel.mapping   
 

Uses of BeanInfo in org.chromattic.metamodel.bean
 

Methods in org.chromattic.metamodel.bean that return BeanInfo
 BeanInfo BeanValueInfo.getBean()
           
 BeanInfo PropertyInfo.getOwner()
           
 BeanInfo BeanInfo.getParent()
           
 

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

Constructors in org.chromattic.metamodel.bean with parameters of type BeanInfo
BeanValueInfo(org.reflext.api.TypeInfo declaredType, org.reflext.api.ClassTypeInfo classType, BeanInfo bean)
           
 

Uses of BeanInfo in org.chromattic.metamodel.mapping
 

Methods in org.chromattic.metamodel.mapping that return BeanInfo
 BeanInfo BeanMapping.getBean()
           
 BeanInfo RelationshipMapping.getRelatedBean()
           
 

Constructors in org.chromattic.metamodel.mapping with parameters of type BeanInfo
BeanMapping(BeanInfo bean, NodeTypeKind nodeTypeKind, java.lang.String nodeTypeName, NameConflictResolution onDuplicate, org.reflext.api.ClassTypeInfo formatterClassType, boolean orderable, boolean abstract_, java.lang.String prefix)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.