Class ClassTypeInformation<S>

java.lang.Object
org.springframework.data.util.ClassTypeInformation<S>
All Implemented Interfaces:
TypeInformation<S>

public class ClassTypeInformation<S> extends Object
TypeInformation for a plain Class.
Author:
Oliver Gierke, Christoph Strobl