Class UriToEntityConverter

java.lang.Object
org.springframework.data.rest.core.UriToEntityConverter
All Implemented Interfaces:
GenericConverter

public class UriToEntityConverter extends Object implements GenericConverter
A GenericConverter that can convert a URI into an entity.
Author:
Jon Brisbin, Oliver Gierke