Package io.jmix.flowui.sys
Class ViewControllerReflectionInspector.TargetIntrospectionData
java.lang.Object
io.jmix.flowui.sys.ViewControllerReflectionInspector.TargetIntrospectionData
- Enclosing class:
- ViewControllerReflectionInspector
-
Constructor Summary
ConstructorDescriptionTargetIntrospectionData
(Map<Class, MethodHandle> addListenerMethods, Map<Class, Collection<MethodHandle>> clashedAddListenerMethods, Map<String, MethodHandle> installTargetMethods, Map<ViewControllerReflectionInspector.MethodSignature, MethodHandle> supplyTargetMethods) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
TargetIntrospectionData
public TargetIntrospectionData(Map<Class, MethodHandle> addListenerMethods, Map<Class, Collection<MethodHandle>> clashedAddListenerMethods, Map<String, MethodHandle> installTargetMethods, Map<ViewControllerReflectionInspector.MethodSignature, MethodHandle> supplyTargetMethods)
-
-
Method Details
-
getAddListenerMethods
-
getClashedAddListenerMethods
-
getInstallTargetMethods
-
getSupplyTargetMethods
-