Class LocationAllOptionalsMetadataResolver.WithPartialKeyResolver
java.lang.Object
org.mule.tooling.extensions.metadata.internal.metadata.LocationAllOptionalsMetadataResolver
org.mule.tooling.extensions.metadata.internal.metadata.LocationAllOptionalsMetadataResolver.WithKeyResolver
org.mule.tooling.extensions.metadata.internal.metadata.LocationAllOptionalsMetadataResolver.WithPartialKeyResolver
- All Implemented Interfaces:
org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<LocationKeyAllOptionals>,org.mule.runtime.api.metadata.resolving.NamedTypeResolver,org.mule.runtime.api.metadata.resolving.OutputTypeResolver<LocationKeyAllOptionals>,org.mule.runtime.api.metadata.resolving.PartialTypeKeysResolver<LocationKey>,org.mule.runtime.api.metadata.resolving.TypeKeysResolver
- Enclosing class:
- LocationAllOptionalsMetadataResolver
public static class LocationAllOptionalsMetadataResolver.WithPartialKeyResolver
extends LocationAllOptionalsMetadataResolver.WithKeyResolver
implements org.mule.runtime.api.metadata.resolving.PartialTypeKeysResolver<LocationKey>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.mule.tooling.extensions.metadata.internal.metadata.LocationAllOptionalsMetadataResolver
LocationAllOptionalsMetadataResolver.WithKeyResolver, LocationAllOptionalsMetadataResolver.WithPartialKeyResolver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.mule.runtime.api.metadata.MetadataKeyresolveChilds(org.mule.runtime.api.metadata.MetadataContext metadataContext, LocationKey locationKey) Methods inherited from class org.mule.tooling.extensions.metadata.internal.metadata.LocationAllOptionalsMetadataResolver.WithKeyResolver
getKeysMethods inherited from class org.mule.tooling.extensions.metadata.internal.metadata.LocationAllOptionalsMetadataResolver
getAttributesType, getCategoryName, getOutputType, getResolverNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mule.runtime.api.metadata.resolving.NamedTypeResolver
getCategoryNameMethods inherited from interface org.mule.runtime.api.metadata.resolving.TypeKeysResolver
getKeys, getResolverName
-
Constructor Details
-
WithPartialKeyResolver
public WithPartialKeyResolver()
-
-
Method Details
-
resolveChilds
public org.mule.runtime.api.metadata.MetadataKey resolveChilds(org.mule.runtime.api.metadata.MetadataContext metadataContext, LocationKey locationKey) throws org.mule.runtime.api.metadata.MetadataResolvingException - Specified by:
resolveChildsin interfaceorg.mule.runtime.api.metadata.resolving.PartialTypeKeysResolver<LocationKey>- Throws:
org.mule.runtime.api.metadata.MetadataResolvingException
-