Uses of Interface
org.mule.sdk.api.metadata.MetadataCache.MetadataCacheValueResolver
Packages that use MetadataCache.MetadataCacheValueResolver
-
Uses of MetadataCache.MetadataCacheValueResolver in org.mule.sdk.api.metadata
Methods in org.mule.sdk.api.metadata with parameters of type MetadataCache.MetadataCacheValueResolverModifier and TypeMethodDescription<T extends Serializable>
TMetadataCache.computeIfAbsent(Serializable key, MetadataCache.MetadataCacheValueResolver mappingFunction) If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unlessnull.