-
- All Implemented Interfaces:
public class TypeUtils
-
-
Method Summary
Modifier and Type Method Description final BooleanisAggregateRoot(Class<?> type)final BooleanisAggregateRepositoryType(Class<?> type)final Class<?>getGenericType(Class<?> clazz)-
-
Method Detail
-
isAggregateRoot
final Boolean isAggregateRoot(Class<?> type)
-
isAggregateRepositoryType
final Boolean isAggregateRepositoryType(Class<?> type)
-
getGenericType
final Class<?> getGenericType(Class<?> clazz)
-
-
-
-