Package org.springframework.data.util
Class TypeCollector
java.lang.Object
org.springframework.data.util.TypeCollector
- Author:
- Christoph Strobl, Sebastien Deleuze, John Blum
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilterFields(Predicate<Field> filter) filterTypes(Predicate<Class<?>> filter) static TypeCollector.ReachableTypesInspect the given type and resolve those reachable via fields, methods, generics, ...static TypeCollector.ReachableTypesinspect(Collection<Class<?>> types)
-
Constructor Details
-
TypeCollector
public TypeCollector()
-
-
Method Details
-
filterFields
-
filterTypes
-
inspect
Inspect the given type and resolve those reachable via fields, methods, generics, ...- Parameters:
types- the types to inspect- Returns:
- a type model collector for the type
-
inspect
-