public class TypeResolversInformationModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
ModelProperty for a of ComponentModel that contains all the information regarding
which dynamic TypeResolvers are used by this component.| Constructor and Description |
|---|
TypeResolversInformationModelProperty(String category,
Map<String,String> parameters,
String outputResolver,
String attributesResolver,
String keysResolver,
boolean requiresConnection,
boolean requiresConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Optional<ResolverInformation> |
getAttributesResolver()
Provides information the output attributes resolver (if any) associated to the Component.
|
String |
getCategoryName()
Provides the name of the metadata category associated to the Component.
|
Optional<ResolverInformation> |
getKeysResolver()
Provides information of the metadata keys resolver (if any) associated to the Component.
|
String |
getName() |
Optional<ResolverInformation> |
getOutputResolver()
Provides information of the output resolver (if any) associated to the Component.
|
Optional<ResolverInformation> |
getParameterResolver(String parameterName)
Provides information of the resolver (if any) associated to a given parameter.
|
int |
hashCode() |
boolean |
isPublic() |
String |
toString() |
public static final String NAME
public String getName()
getName in interface org.mule.runtime.api.meta.model.ModelPropertygetName in interface org.mule.runtime.api.meta.NamedObjectpublic boolean isPublic()
isPublic in interface org.mule.runtime.api.meta.model.ModelPropertypublic String getCategoryName()
public Optional<ResolverInformation> getOutputResolver()
ResolverInformationpublic Optional<ResolverInformation> getAttributesResolver()
ResolverInformationpublic Optional<ResolverInformation> getKeysResolver()
ResolverInformationpublic Optional<ResolverInformation> getParameterResolver(String parameterName)
parameterName - name of the parameterResolverInformation of the resolver associated to the parameter, if one exists.Copyright © 2020 MuleSoft, Inc.. All rights reserved.