Class UriToEntityConverter

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

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