Uses of Interface
info.magnolia.content2bean.TypeMapping

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

Uses of TypeMapping in info.magnolia.cms.security
 

Methods in info.magnolia.cms.security with parameters of type TypeMapping
protected  TypeDescriptor IPSecurityManagerImpl.IPSecurityManagerTransformer.onResolveType(TypeMapping typeMapping, TransformationState state, TypeDescriptor resolvedType, ComponentProvider componentProvider)
           
 void IPSecurityManagerImpl.IPSecurityManagerTransformer.setProperty(TypeMapping typeMapping, TransformationState state, PropertyTypeDescriptor descriptor, Map<String,Object> values)
           
 

Uses of TypeMapping in info.magnolia.commands
 

Methods in info.magnolia.commands with parameters of type TypeMapping
protected  TypeDescriptor CommandTransformer.onResolveType(TypeMapping typeMapping, TransformationState state, TypeDescriptor resolvedType, ComponentProvider componentProvider)
           
 void CommandTransformer.setProperty(TypeMapping typeMapping, TransformationState state, PropertyTypeDescriptor descriptor, Map values)
           
 

Uses of TypeMapping in info.magnolia.content2bean
 

Methods in info.magnolia.content2bean that return TypeMapping
static TypeMapping TypeMapping.Factory.getDefaultMapping()
          Deprecated.  
static TypeMapping Content2BeanUtil.getTypeMapping()
          Deprecated. since 4.5, use IoC.
 TypeMapping Content2BeanTransformer.getTypeMapping()
          Deprecated. since 4.5, do not use
 

Methods in info.magnolia.content2bean with parameters of type TypeMapping
 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.
 PropertyTypeDescriptor TypeDescriptor.getPropertyTypeDescriptor(String propertyName, TypeMapping typeMapping)
           
protected  TypeDescriptor Content2BeanUtil.DefaultClassTransformer.onResolveType(TypeMapping typeMapping, TransformationState state, TypeDescriptor resolvedType, ComponentProvider componentProvider)
           
 TypeDescriptor Content2BeanUtil.ToMapTransformer.resolveType(TypeMapping typeMapping, TransformationState state, ComponentProvider componentProvider)
           
 TypeDescriptor Content2BeanTransformer.resolveType(TypeMapping typeMapping, TransformationState state, ComponentProvider componentProvider)
          Resolves the class to use for the current node.
 void Content2BeanTransformer.setProperty(TypeMapping typeMapping, TransformationState state, PropertyTypeDescriptor descriptor, Map<String,Object> values)
          Set this property on that bean.
 

Uses of TypeMapping in info.magnolia.content2bean.impl
 

Classes in info.magnolia.content2bean.impl that implement TypeMapping
 class DescriptorFileBasedTypeMapping
          Deprecated. since 4.5, unused. Custom Transformer should be enough.
 class PropertiesBasedTypeMapping
          Deprecated. since 4.5 - register Transformers explicitly.
 class TypeMappingImpl
          Basic type mapping implementation.
 

Methods in info.magnolia.content2bean.impl that return TypeMapping
 TypeMapping Content2BeanTransformerImpl.getTypeMapping()
          Deprecated. since 4.5, do not use.
 

Methods in info.magnolia.content2bean.impl with parameters of type TypeMapping
protected  TypeDescriptor Content2BeanTransformerImpl.onResolveType(TypeMapping typeMapping, TransformationState state, TypeDescriptor resolvedType, ComponentProvider componentProvider)
          Called once the type should have been resolved.
protected  TypeDescriptor CollectionPropertyHidingTransformer.onResolveType(TypeMapping typeMapping, TransformationState state, TypeDescriptor resolvedType, ComponentProvider componentProvider)
           
 TypeDescriptor Content2BeanTransformerImpl.resolveType(TypeMapping typeMapping, TransformationState state, ComponentProvider componentProvider)
          Resolves the TypeDescriptor from current transformation state.
 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)
           
 

Constructors in info.magnolia.content2bean.impl with parameters of type TypeMapping
Content2BeanProcessorImpl(TypeMapping typeMapping)
           
 

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

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



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