Package io.jmix.flowui.sys.autowire
Class ReflectionCacheManager.TargetIntrospectionData
java.lang.Object
io.jmix.flowui.sys.autowire.ReflectionCacheManager.TargetIntrospectionData
- Enclosing class:
- ReflectionCacheManager
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Map<ReflectionCacheManager.SubscribeMethodSignature,
MethodHandle> protected final Map<String,
MethodHandle> protected final Map<ReflectionCacheManager.SupplyMethodSignature,
MethodHandle> -
Constructor Summary
ConstructorDescriptionTargetIntrospectionData
(Map<ReflectionCacheManager.SubscribeMethodSignature, MethodHandle> addListenerMethods, Map<String, MethodHandle> installTargetMethods, Map<ReflectionCacheManager.SupplyMethodSignature, MethodHandle> supplyTargetMethods) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
addListenerMethods
protected final Map<ReflectionCacheManager.SubscribeMethodSignature,MethodHandle> addListenerMethods -
installTargetMethods
-
supplyTargetMethods
-
-
Constructor Details
-
TargetIntrospectionData
public TargetIntrospectionData(Map<ReflectionCacheManager.SubscribeMethodSignature, MethodHandle> addListenerMethods, Map<String, MethodHandle> installTargetMethods, Map<ReflectionCacheManager.SupplyMethodSignature, MethodHandle> supplyTargetMethods)
-
-
Method Details
-
getAddListenerMethods
-
getInstallTargetMethods
-
getSupplyTargetMethods
-