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(Class<T> type) |
|
static <T> Typed<T> |
TypeUtils.wrap(Type type) |
Copyright © 2001–2018. All rights reserved.