java.lang.Object
is.codion.framework.domain.entity.attribute.TypeReference<T>
Type Parameters:
T - the type represented by this type reference.

public abstract class TypeReference<T> extends Object
A basic TypeReference implementation.
  • Constructor Details

    • TypeReference

      protected TypeReference()
  • Method Details

    • type

      public final Type type()
      Returns:
      the type
    • rawType

      public final Class<T> rawType()
      Returns:
      the generic class type