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 java.lang.reflect.Type
getType()
Get theType
represented by this entity.
-