public interface ConfigurationPropertiesProviderFactory
| Modifier and Type | Method and Description |
|---|---|
ConfigurationPropertiesProvider |
createProvider(org.mule.runtime.ast.api.ComponentAst providerElementDeclaration,
UnaryOperator<String> localResolver,
ResourceProvider externalResourceProvider)
Builds a properties provider for the provided
providerElementDeclaration. |
org.mule.runtime.api.component.ComponentIdentifier |
getSupportedComponentIdentifier() |
org.mule.runtime.api.component.ComponentIdentifier getSupportedComponentIdentifier()
ConfigurationPropertiesProvider createProvider(org.mule.runtime.ast.api.ComponentAst providerElementDeclaration, UnaryOperator<String> localResolver, ResourceProvider externalResourceProvider)
providerElementDeclaration.providerElementDeclaration - the configuration parameters, after resolving property placeholderslocalResolver - the resolver of property placeholders found in the provided declarationexternalResourceProvider - the resource provider for locating files (such as .properties and .yaml)Copyright © 2024 MuleSoft, Inc.. All rights reserved.