Module is.codion.framework.domain
Class TypeReference<T>
java.lang.Object
is.codion.framework.domain.entity.attribute.TypeReference<T>
- Type Parameters:
T
- the type represented by this type reference.
A basic TypeReference implementation.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TypeReference
protected TypeReference()
-
-
Method Details
-
type
- Returns:
- the type
-
rawType
- Returns:
- the generic class type
-