Class DefaultTypeMapper<S>

java.lang.Object
org.springframework.data.convert.DefaultTypeMapper<S>
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, TypeMapper<S>

public class DefaultTypeMapper<S> extends Object implements TypeMapper<S>, org.springframework.beans.factory.BeanClassLoaderAware
Default implementation of TypeMapper.
Author:
Oliver Gierke, Thomas Darimont, Christoph Strobl, Mark Paluch