info.magnolia.content2bean.impl
Class CollectionPropertyHidingTransformer

java.lang.Object
  extended by info.magnolia.content2bean.impl.Content2BeanTransformerImpl
      extended by info.magnolia.content2bean.impl.CollectionPropertyHidingTransformer
All Implemented Interfaces:
Content.ContentFilter, Content2BeanTransformer

Deprecated. since 5.2.4 - use CollectionPropertyHidingTransformer instead.

public class CollectionPropertyHidingTransformer
extends Content2BeanTransformerImpl

A transformer which "hides" a collection node. Extend or pass the type and node name in the constructor.


Nested Class Summary
 
Nested classes/interfaces inherited from interface info.magnolia.content2bean.Content2BeanTransformer
Content2BeanTransformer.Factory
 
Constructor Summary
CollectionPropertyHidingTransformer(Class<?> beanClass, String collectionName)
          Deprecated.  
 
Method Summary
protected  TypeDescriptor onResolveType(TypeMapping typeMapping, TransformationState state, TypeDescriptor resolvedType, ComponentProvider componentProvider)
          Deprecated. Called once the type should have been resolved.
 void setProperty(TypeMapping typeMapping, TransformationState state, PropertyTypeDescriptor descriptor, Map<String,Object> values)
          Deprecated. Do not set class property.
 
Methods inherited from class info.magnolia.content2bean.impl.Content2BeanTransformerImpl
accept, convertPropertyValue, getChildren, getTypeMapping, initBean, newBeanInstance, newState, onResolveType, resolveType, resolveType, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionPropertyHidingTransformer

public CollectionPropertyHidingTransformer(Class<?> beanClass,
                                           String collectionName)
Deprecated. 
Method Detail

onResolveType

protected TypeDescriptor onResolveType(TypeMapping typeMapping,
                                       TransformationState state,
                                       TypeDescriptor resolvedType,
                                       ComponentProvider componentProvider)
Deprecated. 
Description copied from class: Content2BeanTransformerImpl
Called once the type should have been resolved. The resolvedType might be null if no type has been resolved. After the call the FactoryUtil and custom transformers are used to get the final type. TODO - check javadoc

Overrides:
onResolveType in class Content2BeanTransformerImpl

setProperty

public void setProperty(TypeMapping typeMapping,
                        TransformationState state,
                        PropertyTypeDescriptor descriptor,
                        Map<String,Object> values)
Deprecated. 
Description copied from class: Content2BeanTransformerImpl
Do not set class property. In case of a map/collection try to use adder method.

Specified by:
setProperty in interface Content2BeanTransformer
Overrides:
setProperty in class Content2BeanTransformerImpl


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