public interface MetadataScopeAdapter
MetadataScope to a more descriptive of the developer's metadata declaration
for a component| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.resolving.AttributesTypeResolver |
getAttributesResolver() |
Map<String,Supplier<? extends org.mule.runtime.api.metadata.resolving.InputTypeResolver>> |
getInputResolvers() |
org.mule.runtime.api.metadata.resolving.TypeKeysResolver |
getKeysResolver() |
org.mule.runtime.api.metadata.resolving.OutputTypeResolver |
getOutputResolver() |
boolean |
hasAttributesResolver() |
boolean |
hasInputResolvers() |
boolean |
hasKeysResolver() |
boolean |
hasOutputResolver() |
default boolean |
isCustomScope() |
boolean |
isPartialKeyResolver() |
default boolean isCustomScope()
boolean isPartialKeyResolver()
boolean hasKeysResolver()
boolean hasInputResolvers()
boolean hasOutputResolver()
boolean hasAttributesResolver()
org.mule.runtime.api.metadata.resolving.TypeKeysResolver getKeysResolver()
Map<String,Supplier<? extends org.mule.runtime.api.metadata.resolving.InputTypeResolver>> getInputResolvers()
org.mule.runtime.api.metadata.resolving.OutputTypeResolver getOutputResolver()
org.mule.runtime.api.metadata.resolving.AttributesTypeResolver getAttributesResolver()
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.