org.omnaest.utils.beans.mapconverter.internal
Class BeanToNestedMapMarshaller

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

public class BeanToNestedMapMarshaller
extends Object

Author:
Omnaest
See Also:
BeanToNestedMapConverter

Field Summary
static String CLASS_IDENTIFIER
           
static String MAP_KEY_IDENTIFIER
           
static String MAP_VALUE_IDENTIFIER
           
 
Constructor Summary
BeanToNestedMapMarshaller(BeanToNestedMapConverter.BeanConversionFilter beanConversionFilter)
           
 
Method Summary
 Map<String,Object> marshal(Object bean, BeanPropertyAccessor.PropertyAccessType propertyAccessType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_IDENTIFIER

public static final String CLASS_IDENTIFIER
See Also:
Constant Field Values

MAP_KEY_IDENTIFIER

public static final String MAP_KEY_IDENTIFIER
See Also:
Constant Field Values

MAP_VALUE_IDENTIFIER

public static final String MAP_VALUE_IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

BeanToNestedMapMarshaller

public BeanToNestedMapMarshaller(BeanToNestedMapConverter.BeanConversionFilter beanConversionFilter)
Parameters:
beanConversionFilter -
Method Detail

marshal

public Map<String,Object> marshal(Object bean,
                                  BeanPropertyAccessor.PropertyAccessType propertyAccessType)
Parameters:
bean -
propertyAccessType -
Returns:


Copyright © 2013. All Rights Reserved.