Uses of Class
info.magnolia.content2bean.PropertyTypeDescriptor

Packages that use PropertyTypeDescriptor
info.magnolia.cms.security   
info.magnolia.commands   
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(TypeMapping typeMapping, TransformationState state, PropertyTypeDescriptor descriptor, Map<String,Object> values)
           
 

Uses of PropertyTypeDescriptor in info.magnolia.commands
 

Methods in info.magnolia.commands with parameters of type PropertyTypeDescriptor
 void CommandTransformer.setProperty(TypeMapping typeMapping, TransformationState state, PropertyTypeDescriptor descriptor, Map 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 propertyName, TypeMapping typeMapping)
           
 

Methods in info.magnolia.content2bean that return types with arguments of type PropertyTypeDescriptor
 Map<String,PropertyTypeDescriptor> TypeDescriptor.getPropertyDescriptors(TypeMapping typeMapping)
          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)
          Deprecated. since 4.5 - unused
 void Content2BeanTransformer.setProperty(TransformationState state, PropertyTypeDescriptor descriptor, Map<String,Object> values)
          Deprecated. since 4.5, use Content2BeanTransformer.setProperty(TypeMapping, TransformationState, PropertyTypeDescriptor, java.util.Map)
 void Content2BeanTransformer.setProperty(TypeMapping typeMapping, TransformationState state, PropertyTypeDescriptor descriptor, Map<String,Object> values)
          Set this property on that bean.
 

Uses of PropertyTypeDescriptor in info.magnolia.content2bean.impl
 

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)
           
 void Content2BeanTransformerImpl.setProperty(TypeMapping mapping, TransformationState state, PropertyTypeDescriptor descriptor, Map<String,Object> values)
          Do not set class property.
 void CollectionPropertyHidingTransformer.setProperty(TypeMapping typeMapping, 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(TypeMapping typeMapping, TransformationState state, PropertyTypeDescriptor descriptor, Map values)
           
 



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