Package | Description |
---|---|
org.apache.commons.lang3.reflect |
Accumulates common high-level uses of the
java.lang.reflect APIs. |
Modifier and Type | Class | Description |
---|---|---|
class |
TypeLiteral<T> |
Type literal comparable to
javax.enterprise.util.TypeLiteral ,
made generally available outside the JEE context. |
Modifier and Type | Method | Description |
---|---|---|
static <T> Typed<T> |
TypeUtils.wrap(java.lang.Class<T> type) |
Wrap the specified
Class in a Typed wrapper. |
static <T> Typed<T> |
TypeUtils.wrap(java.lang.reflect.Type type) |
Wrap the specified
Type in a Typed wrapper. |
Copyright © 2001-2017 - Apache Software Foundation