Interface TypeAware<T>

Type Parameters:
T - The type

public interface TypeAware<T>
Represents an object that knows its own type parameter.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull com.google.common.reflect.TypeToken<T>
     
  • Method Details

    • getType

      @NotNull @NotNull com.google.common.reflect.TypeToken<T> getType()