Spring Data Commons

org.springframework.data.mapping
Class MappingBeanHelper

java.lang.Object
  extended by org.springframework.data.mapping.MappingBeanHelper

public abstract class MappingBeanHelper
extends Object

Helper class to set and retrieve bean values.

Author:
Jon Brisbin , Oliver Gierke

Constructor Summary
MappingBeanHelper()
           
 
Method Summary
static Set<Class<?>> getSimpleTypes()
          Returns the set of types considered to be simple.
static boolean isSimpleType(Class<?> type)
          Returns whether the given type is considered a simple one.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingBeanHelper

public MappingBeanHelper()
Method Detail

getSimpleTypes

public static Set<Class<?>> getSimpleTypes()
Returns the set of types considered to be simple.

Returns:

isSimpleType

public static boolean isSimpleType(Class<?> type)
Returns whether the given type is considered a simple one.

Parameters:
type -
Returns:

Spring Data Commons

Copyright © 2011. All Rights Reserved.