public static class DeclarationSessionWrapper.Builder extends Object implements DeclarationSession.Builder
| Constructor and Description |
|---|
Builder(Dispatcher dispatcher,
Serializer serializer,
ClassLoader toolingClassLoader) |
| Modifier and Type | Method and Description |
|---|---|
DeclarationSession |
build() |
DeclarationSession.Builder |
withCacheStorage(CacheStorage cacheStorage) |
DeclarationSession.Builder |
withConfigurationElementDeclarations(List<org.mule.runtime.app.declaration.api.ConfigurationElementDeclaration> configurationElementDeclarations) |
DeclarationSession.Builder |
withDependency(Dependency dependency) |
DeclarationSession.Builder |
withGlobalParameters(List<org.mule.runtime.app.declaration.api.TopLevelParameterDeclaration> globalParameterDeclarations) |
DeclarationSession.Builder |
withSessionProperties(Map<String,String> sessionProperties) |
public Builder(Dispatcher dispatcher, Serializer serializer, ClassLoader toolingClassLoader)
public DeclarationSession.Builder withConfigurationElementDeclarations(List<org.mule.runtime.app.declaration.api.ConfigurationElementDeclaration> configurationElementDeclarations)
withConfigurationElementDeclarations in interface DeclarationSession.Builderpublic DeclarationSession.Builder withGlobalParameters(List<org.mule.runtime.app.declaration.api.TopLevelParameterDeclaration> globalParameterDeclarations)
withGlobalParameters in interface DeclarationSession.Builderpublic DeclarationSession.Builder withSessionProperties(Map<String,String> sessionProperties)
withSessionProperties in interface DeclarationSession.Builderpublic DeclarationSession.Builder withDependency(Dependency dependency)
withDependency in interface DeclarationSession.Builderpublic DeclarationSession.Builder withCacheStorage(CacheStorage cacheStorage)
withCacheStorage in interface DeclarationSession.Builderpublic DeclarationSession build()
build in interface DeclarationSession.BuilderCopyright © 2025 MuleSoft, Inc.. All rights reserved.