public static final class ParameterDslConfiguration.Builder extends Object
ParameterDslConfiguration| Modifier and Type | Method and Description |
|---|---|
ParameterDslConfiguration.Builder |
allowsInlineDefinition(boolean allowsInlineDefinition)
Specifies whether the associated element should support inline definition as child element
|
ParameterDslConfiguration.Builder |
allowsReferences(boolean allowsReferences)
Specifies whether the associated element should support registry references
|
ParameterDslConfiguration.Builder |
allowTopLevelDefinition(boolean allowTopLevelDefinition)
Specifies whether the associated element should support being defined as a top level definition
|
ParameterDslConfiguration |
build() |
public ParameterDslConfiguration.Builder allowsInlineDefinition(boolean allowsInlineDefinition)
allowsInlineDefinition - the valuethis builderpublic ParameterDslConfiguration.Builder allowTopLevelDefinition(boolean allowTopLevelDefinition)
allowTopLevelDefinition - the valuethis builderpublic ParameterDslConfiguration.Builder allowsReferences(boolean allowsReferences)
allowsReferences - the valuethis builderpublic ParameterDslConfiguration build()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.