Class SpringDataEntityFinder

java.lang.Object
io.beanmapper.spring.web.SpringDataEntityFinder
All Implemented Interfaces:
EntityFinder

public class SpringDataEntityFinder extends Object implements EntityFinder
The default implementation is based on the Repositories class of Spring Data. It first looks up the repository. If found, it then calls findOne on the repository.
Author:
Robert Bor