|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.config.reflect.ReflectionAnnotatedFactory
public class ReflectionAnnotatedFactory
Factory for introspecting reflected types.
| Constructor Summary | |
|---|---|
ReflectionAnnotatedFactory()
|
|
| Method Summary | ||
|---|---|---|
static
|
introspectSimpleType(java.lang.Class<T> cl)
Introspects a simple reflection type, i.e. |
|
static
|
introspectType(BaseType type)
Introspects a simple reflection type, i.e. |
|
static
|
introspectType(java.lang.Class<X> cl)
Introspects a simple reflection type, i.e. |
|
java.lang.String |
toString()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReflectionAnnotatedFactory()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||