org.omnaest.utils.beans.mapconverter.internal
Class BeanToNestedMapUnMarshaller<B>

java.lang.Object
  extended by org.omnaest.utils.beans.mapconverter.internal.BeanToNestedMapUnMarshaller<B>
Type Parameters:
B -

public class BeanToNestedMapUnMarshaller<B>
extends Object

Author:
Omnaest
See Also:
BeanToNestedMapConverter

Constructor Summary
BeanToNestedMapUnMarshaller(Class<? extends B> beanClass, Map<Class<?>,Class<?>> sourceTypeTodestinationTypeMap)
           
 
Method Summary
 B unmarshal(Map<String,Object> map, BeanPropertyAccessor.PropertyAccessType propertyAccessType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanToNestedMapUnMarshaller

public BeanToNestedMapUnMarshaller(Class<? extends B> beanClass,
                                   Map<Class<?>,Class<?>> sourceTypeTodestinationTypeMap)
Parameters:
beanClass -
sourceTypeTodestinationTypeMap -
See Also:
BeanToNestedMapUnMarshaller
Method Detail

unmarshal

public B unmarshal(Map<String,Object> map,
                   BeanPropertyAccessor.PropertyAccessType propertyAccessType)
Parameters:
map -
propertyAccessType -
Returns:


Copyright © 2013. All Rights Reserved.