Uses of Interface
org.apache.commons.lang3.reflect.Typed
-
Packages that use Typed Package Description org.apache.commons.lang3.reflect Accumulates common high-level uses of thejava.lang.reflect
APIs. -
-
Uses of Typed in org.apache.commons.lang3.reflect
Classes in org.apache.commons.lang3.reflect that implement Typed Modifier and Type Class Description class
TypeLiteral<T>
Type literal comparable tojavax.enterprise.util.TypeLiteral
, made generally available outside the JEE context.Methods in org.apache.commons.lang3.reflect that return Typed Modifier and Type Method Description static <T> Typed<T>
TypeUtils. wrap(java.lang.Class<T> type)
Wraps the specifiedClass
in aTyped
wrapper.static <T> Typed<T>
TypeUtils. wrap(java.lang.reflect.Type type)
Wraps the specifiedType
in aTyped
wrapper.
-