AppFunctionConfiguration
public final class AppFunctionConfiguration
The configuration object used to customize AppFunction setup.
Summary
Public methods
getEnclosingClassFactories
Added in 1.0.0-alpha10
public final @NonNull Map<@NonNull Class<@NonNull ?>, @NonNull Function0<@NonNull Object>> getEnclosingClassFactories()
A map of factories used to construct the enclosing classes of AppFunctions.
The keys in this map are the enclosing classes of the AppFunctions to be constructed, and the values are the corresponding factory. If not provided in the map, the default no-argument constructors will be used to construct the classes.
