Class ClassTypeInformation<S>

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

@Deprecated(since="3.0", forRemoval=true) public class ClassTypeInformation<S> extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0 to go package protected at some point. Refer to TypeInformation only.
TypeInformation for a plain Class.
Author:
Oliver Gierke, Christoph Strobl