public class ComponentBasedValueProviderCacheIdGenerator extends Object implements ValueProviderCacheIdGenerator<org.mule.runtime.ast.api.ComponentAst>
| Constructor and Description |
|---|
ComponentBasedValueProviderCacheIdGenerator(org.mule.runtime.api.dsl.DslResolvingContext context,
ComponentLocator<org.mule.runtime.ast.api.ComponentAst> locator) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ValueProviderCacheId> |
getIdForResolvedValues(org.mule.runtime.ast.api.ComponentAst containerComponent,
String parameterName) |
Optional<ValueProviderCacheId> |
getIdForResolvedValues(org.mule.runtime.ast.api.ComponentAst containerComponent,
String parameterName,
String targetPath) |
public ComponentBasedValueProviderCacheIdGenerator(org.mule.runtime.api.dsl.DslResolvingContext context,
ComponentLocator<org.mule.runtime.ast.api.ComponentAst> locator)
public Optional<ValueProviderCacheId> getIdForResolvedValues(org.mule.runtime.ast.api.ComponentAst containerComponent, String parameterName)
getIdForResolvedValues in interface ValueProviderCacheIdGenerator<org.mule.runtime.ast.api.ComponentAst>public Optional<ValueProviderCacheId> getIdForResolvedValues(org.mule.runtime.ast.api.ComponentAst containerComponent, String parameterName, String targetPath)
getIdForResolvedValues in interface ValueProviderCacheIdGenerator<org.mule.runtime.ast.api.ComponentAst>Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.