Example usage for org.springframework.data.convert TypeInformationMapper interface-usage

List of usage examples for org.springframework.data.convert TypeInformationMapper interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.convert TypeInformationMapper interface-usage.

Usage

From source file org.datamongo.jira.datamongo1064.mapper.EmbeddedObjectTypeInformationMapper.java

/**
 * {@link TypeInformationMapper} implementation that can be either set up using a {@link MappingContext} or manually set up {@link Map} of {@link String} aliases to types. If a {@link MappingContext}
 * is used the {@link Map} will be build inspecting the {@link PersistentEntity} instances for type alias information.
 * 
 * @author Ismael Gomes
 */