JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.commons.lang3.reflect
Interface Typed<T>
All Known Implementing Classes:
TypeLiteral
public interface
Typed<T>
Generalization of "has a type."
Since:
3.2
See Also:
TypeLiteral
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Type
getType
()
Get the
Type
represented by this entity.
Method Details
getType
Type
getType
()
Get the
Type
represented by this entity.
Returns:
Type