Package org.omnaest.utils.beans.mapconverter

Interface Summary
BeanToNestedMapConverter.BeanConversionFilter A BeanToNestedMapConverter.BeanConversionFilter will decide which JavaBean should be converted into a Map and which should be put directly into the Map as Object
 

Class Summary
BeanToNestedMapConverter<B> A BeanToNestedMapConverter marshalls a given JavaBean into a Map or unmarshalls a given Map into a JavaBean.
BeanToNestedMapConverter.BeanConversionFilterExcludingDeclaringJavaBaseClass Excludes all object instances which are assigned to a declared class which is an type from the "java.*" package space
BeanToNestedMapConverter.BeanConversionFilterExcludingJavaBaseClass Excludes all object instances which are an instance from the "java.*" package space
BeanToNestedMapConverter.BeanConversionFilterExcludingPrimitiveAndString Excludes all object instances which are primitives, wrappers for primitives or String
 



Copyright © 2013. All Rights Reserved.