AppFunctionConfiguration


public final class AppFunctionConfiguration


The configuration object used to customize AppFunction setup.

Summary

Nested types

A builder for AppFunctionConfiguration.

A class to provide customized AppFunctionConfiguration object.

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

Added in 1.0.0-alpha01
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.