JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
dev.demeng.pluginbase.interfaces
Interface TypeAware<T>
Type Parameters:
T
- The type
public interface
TypeAware<T>
Represents an object that knows its own type parameter.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@NotNull com.google.common.reflect.TypeToken<
T
>
getType
()
Method Details
getType
@NotNull
@NotNull com.google.common.reflect.TypeToken<
T
>
getType
()