public class ReflectionAnnotatedFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <T> ReflectionSimpleAnnotatedType<T> |
introspectSimpleType(java.lang.Class<T> cl)
Introspects a simple reflection type, i.e.
|
static <X> ReflectionAnnotatedType<X> |
introspectType(BaseType type)
Introspects a simple reflection type, i.e.
|
static <X> ReflectionAnnotatedType<X> |
introspectType(java.lang.Class<X> cl)
Introspects a simple reflection type, i.e.
|
java.lang.String |
toString() |
public static <T> ReflectionSimpleAnnotatedType<T> introspectSimpleType(java.lang.Class<T> cl)
public static <X> ReflectionAnnotatedType<X> introspectType(java.lang.Class<X> cl)
public static <X> ReflectionAnnotatedType<X> introspectType(BaseType type)
public java.lang.String toString()
toString
in class java.lang.Object