Factory.DefinitionStages.WithGlobalParameters Interface

public static interface Factory.DefinitionStages.WithGlobalParameters

The stage of the Factory definition allowing to specify globalParameters.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withGlobalParameters(Map<String,GlobalParameterSpecification> globalParameters)

Specifies the globalParameters property: List of parameters for factory..

Method Details

withGlobalParameters

public abstract Factory.DefinitionStages.WithCreate withGlobalParameters(Map globalParameters)

Specifies the globalParameters property: List of parameters for factory..

Parameters:

globalParameters - List of parameters for factory.

Returns:

the next definition stage.

Applies to