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

Packages that use PropertyInfo
org.chromattic.metamodel.bean   
org.chromattic.metamodel.mapping   
org.chromattic.metamodel.typegen   
 

Uses of PropertyInfo in org.chromattic.metamodel.bean
 

Subclasses of PropertyInfo in org.chromattic.metamodel.bean
 class ArrayPropertyInfo<V extends ValueInfo>
           
 class CollectionPropertyInfo<V extends ValueInfo>
           
 class ListPropertyInfo<V extends ValueInfo>
           
 class MapPropertyInfo<K extends ValueInfo,V extends ValueInfo>
           
 class MultiValuedPropertyInfo<V extends ValueInfo>
           
 class SingleValuedPropertyInfo<V extends ValueInfo>
           
 

Methods in org.chromattic.metamodel.bean that return PropertyInfo
 PropertyInfo<?> AnnotatedProperty.getProperty()
           
 PropertyInfo BeanInfo.getProperty(java.lang.String propertyName)
           
 

Methods in org.chromattic.metamodel.bean that return types with arguments of type PropertyInfo
 java.util.Collection<PropertyInfo> BeanInfo.getProperties()
           
 

Constructors in org.chromattic.metamodel.bean with parameters of type PropertyInfo
AnnotatedProperty(A annotation, org.reflext.api.ClassTypeInfo owner, PropertyInfo<?> property)
           
 

Uses of PropertyInfo in org.chromattic.metamodel.mapping
 

Methods in org.chromattic.metamodel.mapping that return PropertyInfo
 PropertyInfo<? extends ValueInfo> PropertyMapping.getInfo()
           
 

Methods in org.chromattic.metamodel.mapping with parameters of type PropertyInfo
protected
<V> void
BaseTypeMappingVisitor.propertyMapping(org.reflext.api.ClassTypeInfo definer, JCRPropertyMapping<V> propertyMapping, PropertyInfo<SimpleValueInfo<V>> propertyInfo)
           
 

Uses of PropertyInfo in org.chromattic.metamodel.typegen
 

Methods in org.chromattic.metamodel.typegen with parameters of type PropertyInfo
protected
<V> void
NodeTypeBuilder.propertyMapping(org.reflext.api.ClassTypeInfo definer, JCRPropertyMapping<V> propertyMapping, PropertyInfo<SimpleValueInfo<V>> propertyInfo)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.