|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem<T,java.lang.Class<T>>
org.jboss.webbeans.injection.resolution.ResolvableAnnotatedClass<T>
public class ResolvableAnnotatedClass<T>
Field Summary |
---|
Fields inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
---|
MAPPED_METAANNOTATIONS |
Method Summary | ||
---|---|---|
java.lang.reflect.Type[] |
getActualTypeArguments()
Gets the actual type arguments for any parameterized types that this AnnotatedItem represents. |
|
java.lang.Class<T> |
getDelegate()
|
|
java.util.Set<? extends java.lang.reflect.Type> |
getFlattenedTypeHierarchy()
|
|
java.lang.String |
getName()
Gets the name of this AnnotatedItem If it is not possible to determine the name of the underling element, a IllegalArgumentException is thrown |
|
java.lang.Class<T> |
getRawType()
Gets the type of the element |
|
java.lang.reflect.Type |
getType()
|
|
boolean |
isFinal()
Indicates if this AnnotatedItem represents a final element |
|
boolean |
isProxyable()
Indicates if the type is proxyable to a set of pre-defined rules |
|
boolean |
isPublic()
Indicates if this annotated item is public |
|
boolean |
isStatic()
Indicates if this AnnotatedItem represents a static element |
|
static
|
of(java.lang.Class<T> clazz,
java.lang.annotation.Annotation[] annotations)
|
|
static
|
of(java.lang.reflect.Member member,
java.lang.annotation.Annotation[] annotations)
|
|
static
|
of(java.lang.reflect.Type type,
java.lang.annotation.Annotation[] annotations)
|
|
static
|
of(TypeLiteral<T> typeLiteral,
java.lang.annotation.Annotation[] annotations)
|
|
java.lang.String |
toString()
Gets a string representation of the item |
Methods inherited from class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem |
---|
equals, getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindings, getBindingsAsArray, getDeclaredMetaAnnotations, getMetaAnnotations, getMetaAnnotationsAsArray, hashCode, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isParameterizedType |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static <T> ResolvableAnnotatedClass<T> of(TypeLiteral<T> typeLiteral, java.lang.annotation.Annotation[] annotations)
public static <T> ResolvableAnnotatedClass<T> of(java.lang.Class<T> clazz, java.lang.annotation.Annotation[] annotations)
public static <T> ResolvableAnnotatedClass<T> of(java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations)
public static <T> ResolvableAnnotatedClass<T> of(java.lang.reflect.Member member, java.lang.annotation.Annotation[] annotations)
public java.lang.String toString()
AbstractAnnotatedItem
toString
in class AbstractAnnotatedItem<T,java.lang.Class<T>>
public java.lang.Class<T> getDelegate()
getDelegate
in class AbstractAnnotatedItem<T,java.lang.Class<T>>
public java.lang.reflect.Type[] getActualTypeArguments()
AnnotatedItem
getActualTypeArguments
in interface AnnotatedItem<T,java.lang.Class<T>>
getActualTypeArguments
in class AbstractAnnotatedItem<T,java.lang.Class<T>>
public java.lang.String getName()
AnnotatedItem
public java.lang.Class<T> getRawType()
AnnotatedItem
getRawType
in interface AnnotatedItem<T,java.lang.Class<T>>
getRawType
in class AbstractAnnotatedItem<T,java.lang.Class<T>>
public java.lang.reflect.Type getType()
getType
in interface AnnotatedItem<T,java.lang.Class<T>>
getType
in class AbstractAnnotatedItem<T,java.lang.Class<T>>
public boolean isFinal()
AnnotatedItem
public boolean isPublic()
AnnotatedItem
public boolean isStatic()
AnnotatedItem
public java.util.Set<? extends java.lang.reflect.Type> getFlattenedTypeHierarchy()
getFlattenedTypeHierarchy
in interface AnnotatedItem<T,java.lang.Class<T>>
getFlattenedTypeHierarchy
in class AbstractAnnotatedItem<T,java.lang.Class<T>>
public boolean isProxyable()
AbstractAnnotatedItem
isProxyable
in interface AnnotatedItem<T,java.lang.Class<T>>
isProxyable
in class AbstractAnnotatedItem<T,java.lang.Class<T>>
AnnotatedItem.isProxyable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |