Interface Typed<T>

  • All Known Implementing Classes:
    TypeLiteral

    public interface Typed<T>
    Generalization of "has a type."
    Since:
    3.2
    See Also:
    TypeLiteral
    • Method Detail

      • getType

        java.lang.reflect.Type getType()
        Get the Type represented by this entity.
        Returns:
        Type