public static class UiControllerReflectionInspector.ScreenIntrospectionData
extends java.lang.Object
Constructor and Description |
---|
ScreenIntrospectionData(java.util.List<UiControllerReflectionInspector.InjectElement> injectElements,
java.util.List<java.lang.reflect.Method> eventListenerMethods,
java.util.List<UiControllerReflectionInspector.AnnotatedMethod<Subscribe>> subscribeMethods,
java.util.List<UiControllerReflectionInspector.AnnotatedMethod<Install>> installMethods,
java.util.List<java.lang.reflect.Method> propertySetters) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.reflect.Method> |
getEventListenerMethods() |
java.util.List<UiControllerReflectionInspector.InjectElement> |
getInjectElements() |
java.util.List<UiControllerReflectionInspector.AnnotatedMethod<Install>> |
getInstallMethods() |
java.util.List<java.lang.reflect.Method> |
getPropertySetters() |
java.util.List<UiControllerReflectionInspector.AnnotatedMethod<Subscribe>> |
getSubscribeMethods() |
public ScreenIntrospectionData(java.util.List<UiControllerReflectionInspector.InjectElement> injectElements, java.util.List<java.lang.reflect.Method> eventListenerMethods, java.util.List<UiControllerReflectionInspector.AnnotatedMethod<Subscribe>> subscribeMethods, java.util.List<UiControllerReflectionInspector.AnnotatedMethod<Install>> installMethods, java.util.List<java.lang.reflect.Method> propertySetters)
public java.util.List<UiControllerReflectionInspector.InjectElement> getInjectElements()
public java.util.List<java.lang.reflect.Method> getEventListenerMethods()
public java.util.List<UiControllerReflectionInspector.AnnotatedMethod<Subscribe>> getSubscribeMethods()
public java.util.List<UiControllerReflectionInspector.AnnotatedMethod<Install>> getInstallMethods()
public java.util.List<java.lang.reflect.Method> getPropertySetters()