Package io.jmix.flowui.sys.autowire
Class ReflectionCacheManager.ComponentIntrospectionData
java.lang.Object
io.jmix.flowui.sys.autowire.ReflectionCacheManager.ComponentIntrospectionData
- Enclosing class:
- ReflectionCacheManager
-
Field Summary
Modifier and TypeFieldDescriptionprotected final List<ReflectionCacheManager.AutowireElement>
protected final List<ReflectionCacheManager.AnnotatedMethod<Install>>
protected final List<ReflectionCacheManager.AnnotatedMethod<Subscribe>>
protected final List<ReflectionCacheManager.AnnotatedMethod<Supply>>
-
Constructor Summary
ConstructorDescriptionComponentIntrospectionData
(List<ReflectionCacheManager.AutowireElement> autowireElements, List<ReflectionCacheManager.AnnotatedMethod<Subscribe>> subscribeMethods, List<ReflectionCacheManager.AnnotatedMethod<Install>> installMethods, List<ReflectionCacheManager.AnnotatedMethod<Supply>> supplyMethods, List<Method> eventListenerMethods) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
autowireElements
-
subscribeMethods
-
installMethods
-
supplyMethods
-
eventListenerMethods
-
-
Constructor Details
-
ComponentIntrospectionData
public ComponentIntrospectionData(List<ReflectionCacheManager.AutowireElement> autowireElements, List<ReflectionCacheManager.AnnotatedMethod<Subscribe>> subscribeMethods, List<ReflectionCacheManager.AnnotatedMethod<Install>> installMethods, List<ReflectionCacheManager.AnnotatedMethod<Supply>> supplyMethods, List<Method> eventListenerMethods)
-
-
Method Details
-
getAutowireElements
-
getSubscribeMethods
-
getInstallMethods
-
getSupplyMethods
-
getEventListenerMethods
-