Uses of Class
info.magnolia.content2bean.TypeDescriptor

Packages that use TypeDescriptor
info.magnolia.cms.security   
info.magnolia.content2bean   
info.magnolia.content2bean.impl   
 

Uses of TypeDescriptor in info.magnolia.cms.security
 

Methods in info.magnolia.cms.security that return TypeDescriptor
protected  TypeDescriptor IPSecurityManagerImpl.IPSecurityManagerTransformer.onResolveType(TransformationState state, TypeDescriptor resolvedType)
           
 

Methods in info.magnolia.cms.security with parameters of type TypeDescriptor
protected  TypeDescriptor IPSecurityManagerImpl.IPSecurityManagerTransformer.onResolveType(TransformationState state, TypeDescriptor resolvedType)
           
 

Uses of TypeDescriptor in info.magnolia.content2bean
 

Fields in info.magnolia.content2bean declared as TypeDescriptor
static TypeDescriptor TypeMapping.MAP_TYPE
           
 

Methods in info.magnolia.content2bean that return TypeDescriptor
 TypeDescriptor PropertyTypeDescriptor.getCollectionEntryType()
           
 TypeDescriptor PropertyTypeDescriptor.getCollectionKeyType()
           
 TypeDescriptor TransformationState.getCurrentType()
           
 TypeDescriptor PropertyTypeDescriptor.getType()
           
 TypeDescriptor TypeMapping.getTypeDescriptor(Class<?> beanClass)
           
protected  TypeDescriptor Content2BeanUtil.DefaultClassTransformer.onResolveType(TransformationState state, TypeDescriptor resolvedType)
           
 TypeDescriptor TransformationState.peekType(int pos)
           
 TypeDescriptor Content2BeanTransformer.resolveType(TransformationState state)
          Resolves the class to use for the current node.
 

Methods in info.magnolia.content2bean with parameters of type TypeDescriptor
 void TypeMapping.addTypeDescriptor(Class<?> beanClass, TypeDescriptor dscr)
           
protected  TypeDescriptor Content2BeanUtil.DefaultClassTransformer.onResolveType(TransformationState state, TypeDescriptor resolvedType)
           
 void TransformationState.pushType(TypeDescriptor type)
           
 void PropertyTypeDescriptor.setCollectionEntryType(TypeDescriptor collectionEntryType)
           
 void PropertyTypeDescriptor.setCollectionKeyType(TypeDescriptor collectionKeyType)
           
 void PropertyTypeDescriptor.setType(TypeDescriptor type)
           
 

Uses of TypeDescriptor in info.magnolia.content2bean.impl
 

Subclasses of TypeDescriptor in info.magnolia.content2bean.impl
 class PropertiesBasedTypeDescriptor
          Property file based type descriptor.
 

Fields in info.magnolia.content2bean.impl declared as TypeDescriptor
protected  TypeDescriptor CollectionPropertyHidingTransformer.propertyType
           
protected  TypeDescriptor CollectionPropertyHidingTransformer.type
           
 

Fields in info.magnolia.content2bean.impl with type parameters of type TypeDescriptor
protected static Map<Class<?>,TypeDescriptor> TypeMappingImpl.types
          Descriptors for types.
 

Methods in info.magnolia.content2bean.impl that return TypeDescriptor
 TypeDescriptor TransformationStateImpl.getCurrentType()
           
 TypeDescriptor TypeMappingImpl.getTypeDescriptor(Class<?> beanClass)
           
protected  TypeDescriptor Content2BeanTransformerImpl.onResolveType(TransformationState state, TypeDescriptor resolvedType)
          Called once the type should have been resolved.
protected  TypeDescriptor CollectionPropertyHidingTransformer.onResolveType(TransformationState state, TypeDescriptor resolvedType)
           
 TypeDescriptor TransformationStateImpl.peekType(int pos)
           
protected  TypeDescriptor DescriptorFileBasedTypeMapping.processProperties(Class<?> className, Properties props)
           
 TypeDescriptor Content2BeanTransformerImpl.resolveType(TransformationState state)
          Resolves the TypeDescriptor from current transformation state.
 

Methods in info.magnolia.content2bean.impl with parameters of type TypeDescriptor
 void TypeMappingImpl.addTypeDescriptor(Class<?> beanClass, TypeDescriptor dscr)
           
protected  TypeDescriptor Content2BeanTransformerImpl.onResolveType(TransformationState state, TypeDescriptor resolvedType)
          Called once the type should have been resolved.
protected  TypeDescriptor CollectionPropertyHidingTransformer.onResolveType(TransformationState state, TypeDescriptor resolvedType)
           
 void TransformationStateImpl.pushType(TypeDescriptor type)
           
protected  Content2BeanTransformer Content2BeanProcessorImpl.resolveTransformer(TypeDescriptor type, Content2BeanTransformer transformer)
           
 



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