Class ParentTypeAwareTypeInformation<S>

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

public abstract class ParentTypeAwareTypeInformation<S> extends Object
Base class for TypeInformation implementations that need parent type awareness.
Author:
Oliver Gierke