Class TypeCollector

java.lang.Object
org.springframework.data.util.TypeCollector

public class TypeCollector extends Object
Collector to inspect domain types and discover the type graph that is relevant for Spring Data operations.

Type inspection walks through all class members (fields, methods, constructors) and introspects those for additional types that are part of the domain model.

Since:
3.0
Author:
Christoph Strobl, Sebastien Deleuze, John Blum