@NoImplement
public interface MetadataResolutionTypeInformation
MetadataCacheId that describes it| Modifier and Type | Method and Description |
|---|---|
MetadataCacheId |
getComponentTypeMetadataCacheId() |
Optional<String> |
getResolverCategory() |
Optional<String> |
getResolverName() |
boolean |
isDynamicType() |
default boolean |
shouldIncludeConfiguredMetadataKeys() |
boolean isDynamicType()
Optional<String> getResolverName()
Optional with the String name associated to the resolution of the type if it is dynamic. or
Optional.empty() if the resolution of the type is static.Optional<String> getResolverCategory()
Optional with the String category associated to the resolution of the type if it is dynamic. or
Optional.empty() if the resolution of the type is static.MetadataCacheId getComponentTypeMetadataCacheId()
MetadataCacheId that describes the type. This only takes into account if the type is an input, output or
attribute type.default boolean shouldIncludeConfiguredMetadataKeys()
MetadataCacheIdCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.