|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassTypeInfo | |
|---|---|
| org.reflext.api | |
| org.reflext.api.annotation | |
| org.reflext.api.introspection | |
| org.reflext.api.relationship | |
| org.reflext.api.visit | |
| Uses of ClassTypeInfo in org.reflext.api |
|---|
| Subinterfaces of ClassTypeInfo in org.reflext.api | |
|---|---|
interface |
SimpleTypeInfo
|
interface |
VoidTypeInfo
|
| Methods in org.reflext.api that return ClassTypeInfo | |
|---|---|
ClassTypeInfo |
MethodInfo.getOwner()
|
ClassTypeInfo |
ClassTypeInfo.getSuperClass()
|
| Methods in org.reflext.api with parameters of type ClassTypeInfo | |
|---|---|
MethodSignature |
MethodInfo.getSignature(ClassTypeInfo context)
Resolves a type signature with a provided class type context. |
boolean |
ClassTypeInfo.isAssignableFrom(ClassTypeInfo that)
|
| Uses of ClassTypeInfo in org.reflext.api.annotation |
|---|
| Fields in org.reflext.api.annotation with type parameters of type ClassTypeInfo | |
|---|---|
static AnnotationParameterType<ClassTypeInfo> |
AnnotationParameterType.CLASS
. |
| Methods in org.reflext.api.annotation that return ClassTypeInfo | |
|---|---|
ClassTypeInfo |
AnnotationInfo.getType()
|
| Methods in org.reflext.api.annotation that return types with arguments of type ClassTypeInfo | |
|---|---|
static AnnotationType<AnnotationInfo,ClassTypeInfo> |
AnnotationType.get(ClassTypeInfo a)
|
| Methods in org.reflext.api.annotation with parameters of type ClassTypeInfo | |
|---|---|
static AnnotationType<AnnotationInfo,ClassTypeInfo> |
AnnotationType.get(ClassTypeInfo a)
|
| Uses of ClassTypeInfo in org.reflext.api.introspection |
|---|
| Methods in org.reflext.api.introspection that return types with arguments of type ClassTypeInfo | |
|---|---|
AnnotationTarget<ClassTypeInfo,A> |
AnnotationIntrospector.resolve(ClassTypeInfo annotatedType)
|
java.util.List<AnnotationTarget<ClassTypeInfo,A>> |
AnnotationIntrospector.resolveAll(ClassTypeInfo annotatedType)
|
| Methods in org.reflext.api.introspection with parameters of type ClassTypeInfo | ||
|---|---|---|
java.util.Map<java.lang.String,MethodInfo> |
MethodIntrospector.getGetterMap(ClassTypeInfo classTypeInfo)
Returns a map of all method info getters on the specified class type info. |
|
java.lang.Iterable<MethodInfo> |
MethodIntrospector.getGetters(ClassTypeInfo classTypeInfo)
Find all method info getters on the specified class type info. |
|
java.util.Map<java.lang.String,java.util.Set<MethodInfo>> |
MethodIntrospector.getSetterMap(ClassTypeInfo classTypeInfo)
Returns a map of all method info setters on the specified class type info. |
|
java.lang.Iterable<MethodInfo> |
MethodIntrospector.getSetters(ClassTypeInfo classTypeInfo)
Find all method info setters on the specified class type info. |
|
AnnotationTarget<ClassTypeInfo,A> |
AnnotationIntrospector.resolve(ClassTypeInfo annotatedType)
|
|
AnnotationTarget<MethodInfo,A> |
AnnotationIntrospector.resolve(ClassTypeInfo declaringType,
MethodSignature methodSignature)
|
|
java.util.List<AnnotationTarget<ClassTypeInfo,A>> |
AnnotationIntrospector.resolveAll(ClassTypeInfo annotatedType)
|
|
java.util.List<AnnotationTarget<MethodInfo,A>> |
AnnotationIntrospector.resolveAll(ClassTypeInfo declaringType,
MethodSignature methodSignature)
|
|
|
MethodIntrospector.resolveMethods(ClassTypeInfo cti,
AnnotationType<A,?> annotationClass)
|
|
| Uses of ClassTypeInfo in org.reflext.api.relationship |
|---|
| Methods in org.reflext.api.relationship with parameters of type ClassTypeInfo | |
|---|---|
boolean |
SubType.isSubType(TypeInfo subTI,
ClassTypeInfo superCTI)
|
| Uses of ClassTypeInfo in org.reflext.api.visit |
|---|
| Methods in org.reflext.api.visit with parameters of type ClassTypeInfo | |
|---|---|
protected boolean |
HierarchyVisitorStrategy.accept(ClassTypeInfo type)
Controls wether or not a type will be visited. |
boolean |
HierarchyVisitor.enter(ClassTypeInfo type)
|
protected void |
HierarchyVisitorStrategy.leave(ClassTypeInfo type)
Signals that a type has been visited. |
void |
HierarchyVisitor.leave(ClassTypeInfo type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||