Class PersistentEntityToJsonSchemaConverter

java.lang.Object
org.springframework.data.rest.webmvc.json.PersistentEntityToJsonSchemaConverter
All Implemented Interfaces:
ConditionalConverter, ConditionalGenericConverter, GenericConverter

public class PersistentEntityToJsonSchemaConverter extends Object implements ConditionalGenericConverter
Converter to create JsonSchema instances for PersistentEntitys.
Author:
Jon Brisbin, Oliver Gierke, Greg Turnquist