Uses of Class
info.magnolia.content2bean.PropertyTypeDescriptor

Packages that use PropertyTypeDescriptor
info.magnolia.content2bean   
info.magnolia.content2bean.impl   
 

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)
           
 



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