AppFunctionConfiguration
public final class AppFunctionConfiguration
The configuration object used to customize AppFunction setup.
Summary
Nested types |
|---|
public final class AppFunctionConfiguration.BuilderA builder for |
public interface AppFunctionConfiguration.ProviderA class to provide customized |
Public methods |
|
|---|---|
final @NonNull Map<@NonNull Class<@NonNull ?>, @NonNull Function0<@NonNull Object>> |
A map of factories used to construct the enclosing classes of AppFunctions. |
Public methods
getEnclosingClassFactories
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.