Uses of Class
org.nuxeo.runtime.annotations.AnnotatedClass
-
Packages that use AnnotatedClass Package Description org.nuxeo.runtime.annotations -
-
Uses of AnnotatedClass in org.nuxeo.runtime.annotations
Fields in org.nuxeo.runtime.annotations declared as AnnotatedClass Modifier and Type Field Description protected AnnotatedClass<?>
AnnotatedMethod. aclass
protected AnnotatedClass<?>
AnnotatedClass. superClass
Fields in org.nuxeo.runtime.annotations with type parameters of type AnnotatedClass Modifier and Type Field Description protected Map<Class<?>,AnnotatedClass<?>>
AnnotationManager. classCache
Methods in org.nuxeo.runtime.annotations that return AnnotatedClass Modifier and Type Method Description AnnotatedClass<?>
AnnotatedMethod. getAnnotatedClass()
<T> AnnotatedClass<T>
AnnotationManager. getAnnotatedClass(Class<T> clazz)
<T> AnnotatedClass<T>
AnnotationManager. load(Class<T> clazz)
<T> AnnotatedClass<T>
AnnotationManager. lookup(Class<T> clazz)
Methods in org.nuxeo.runtime.annotations that return types with arguments of type AnnotatedClass Modifier and Type Method Description protected Map<Class<?>,AnnotatedClass<?>>
AnnotationManager. createCache()
-