public final class MetadataAttributes extends Object
MetadataAttributes.| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataAttributes.MetadataAttributesBuilder |
| Modifier and Type | Method and Description |
|---|---|
static MetadataAttributes.MetadataAttributesBuilder |
builder() |
String |
getCategoryName()
Provides the name of the metadata category associated to the Component.
|
Optional<MetadataKey> |
getKey()
Provides the
MetadataKey associated (if any) to the resolution of the component's metadata. |
Optional<String> |
getOutputAttributesResolverName()
Provides the name of the output attributes resolver (if any) associated to the Component.
|
Optional<String> |
getOutputResolverName()
Provides the name of the output resolver (if any) associated to the Component.
|
String |
getParameterResolverName(String parameterName)
Provides the name of the resolver associated to a given parameter.
|
public static MetadataAttributes.MetadataAttributesBuilder builder()
public Optional<MetadataKey> getKey()
MetadataKey associated (if any) to the resolution of the component's metadata.MetadataKey used for the metadata resolution.public String getParameterResolverName(String parameterName)
parameterName - name of the parameterpublic String getCategoryName()
public Optional<String> getOutputResolverName()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.