Class DefaultTypeMapper<S>

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

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