Class ConfigurableTypeInformationMapper

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

public class ConfigurableTypeInformationMapper 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, Johannes Englmeier