Class MappingContextTypeInformationMapper

java.lang.Object
org.springframework.data.convert.MappingContextTypeInformationMapper
All Implemented Interfaces:
TypeInformationMapper

public class MappingContextTypeInformationMapper extends Object implements TypeInformationMapper
TypeInformationMapper implementation that can be either set up using a MappingContext or manually set up Map of String aliases to types. If a MappingContext is used the Map will be build inspecting the PersistentEntity instances for type alias information.
Author:
Oliver Gierke, Christoph Strobl, Johannes Englmeier