Uses of Class
info.magnolia.content2bean.PropertyTypeDescriptor

Packages that use PropertyTypeDescriptor
info.magnolia.cms.security   
info.magnolia.content2bean   
info.magnolia.content2bean.impl   
info.magnolia.module.cache.ehcache   
 

Uses of PropertyTypeDescriptor in info.magnolia.cms.security
 

Methods in info.magnolia.cms.security with parameters of type PropertyTypeDescriptor
 void IPSecurityManagerImpl.IPSecurityManagerTransformer.setProperty(TransformationState state, PropertyTypeDescriptor descriptor, Map<String,Object> values)
           
 

Uses of PropertyTypeDescriptor in info.magnolia.content2bean
 

Methods in info.magnolia.content2bean that return PropertyTypeDescriptor
 PropertyTypeDescriptor TypeMapping.getPropertyTypeDescriptor(Class<?> beanClass, String propName)
           
 PropertyTypeDescriptor TypeDescriptor.getPropertyTypeDescriptor(String properyName)
           
 

Methods in info.magnolia.content2bean that return types with arguments of type PropertyTypeDescriptor
 Map<String,PropertyTypeDescriptor> TypeDescriptor.getPropertyDescriptors()
          This method is not synchronized to avoid thread blocking, but the method guarantees that the returned map is not mutated afterward.
 

Methods in info.magnolia.content2bean with parameters of type PropertyTypeDescriptor
 void TypeMapping.addPropertyTypeDescriptor(Class<?> beanClass, String propName, PropertyTypeDescriptor dscr)
           
 void Content2BeanTransformer.setProperty(TransformationState state, PropertyTypeDescriptor descriptor, Map<String,Object> values)
          Set this property on that bean.
 

Uses of PropertyTypeDescriptor in info.magnolia.content2bean.impl
 

Fields in info.magnolia.content2bean.impl declared as PropertyTypeDescriptor
protected  PropertyTypeDescriptor CollectionPropertyHidingTransformer.propertyDescriptor
           
 

Fields in info.magnolia.content2bean.impl with type parameters of type PropertyTypeDescriptor
protected static Map<String,PropertyTypeDescriptor> TypeMappingImpl.propertyTypes
          Property types already resolved.
 

Methods in info.magnolia.content2bean.impl that return PropertyTypeDescriptor
 PropertyTypeDescriptor TypeMappingImpl.getPropertyTypeDescriptor(Class<?> beanClass, String propName)
          Cache the already resolved types.
 

Methods in info.magnolia.content2bean.impl with parameters of type PropertyTypeDescriptor
 void TypeMappingImpl.addPropertyTypeDescriptor(Class<?> beanClass, String propName, PropertyTypeDescriptor dscr)
           
 void Content2BeanTransformerImpl.setProperty(TransformationState state, PropertyTypeDescriptor descriptor, Map<String,Object> values)
          Do not set class property.
 void CollectionPropertyHidingTransformer.setProperty(TransformationState state, PropertyTypeDescriptor descriptor, Map<String,Object> values)
           
 

Uses of PropertyTypeDescriptor in info.magnolia.module.cache.ehcache
 

Methods in info.magnolia.module.cache.ehcache with parameters of type PropertyTypeDescriptor
 void CacheConfigurationTransformer.setProperty(TransformationState state, PropertyTypeDescriptor descriptor, Map values)
           
 



Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.