Uses of Class
info.magnolia.jcr.node2bean.PropertyTypeDescriptor

Packages that use PropertyTypeDescriptor
info.magnolia.cms.security   
info.magnolia.commands   
info.magnolia.jcr.node2bean   
info.magnolia.jcr.node2bean.impl   
 

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.jcr.node2bean
 

Methods in info.magnolia.jcr.node2bean that return PropertyTypeDescriptor
 PropertyTypeDescriptor TypeMapping.getPropertyTypeDescriptor(Class<?> beanClass, String propName)
           
 PropertyTypeDescriptor TypeDescriptor.getPropertyTypeDescriptor(String propertyName, TypeMapping typeMapping)
           
 

Methods in info.magnolia.jcr.node2bean 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.jcr.node2bean with parameters of type PropertyTypeDescriptor
 void Node2BeanTransformer.setProperty(TypeMapping typeMapping, TransformationState state, PropertyTypeDescriptor descriptor, Map<String,Object> values)
          Set this property on that bean.
 

Uses of PropertyTypeDescriptor in info.magnolia.jcr.node2bean.impl
 

Methods in info.magnolia.jcr.node2bean.impl that return PropertyTypeDescriptor
 PropertyTypeDescriptor TypeMappingImpl.getPropertyTypeDescriptor(Class<?> beanClass, String propName)
           
 

Methods in info.magnolia.jcr.node2bean.impl with parameters of type PropertyTypeDescriptor
 void Node2BeanTransformerImpl.setProperty(TypeMapping mapping, TransformationState state, PropertyTypeDescriptor descriptor, Map<String,Object> values)
           
 void CollectionPropertyHidingTransformer.setProperty(TypeMapping mapping, TransformationState state, PropertyTypeDescriptor descriptor, Map<String,Object> values)
           
 



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