@NoExtend @NoInstantiate public class FieldValueProviderModel extends ValueProviderModel
ParameterModel to communicate if one of these are capable to provide values for its fields.| Constructor and Description |
|---|
FieldValueProviderModel(List<ActingParameterModel> parameters,
boolean requiresConfiguration,
boolean requiresConnection,
boolean isOpen,
Integer partOrder,
String providerName,
String providerId,
String targetSelector)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getTargetSelector() |
int |
hashCode() |
getActingParameters, getModelProperties, getModelProperty, getParameters, getPartOrder, getProviderId, getProviderName, isOpen, requiresConfiguration, requiresConnectionpublic FieldValueProviderModel(List<ActingParameterModel> parameters, boolean requiresConfiguration, boolean requiresConnection, boolean isOpen, Integer partOrder, String providerName, String providerId, String targetSelector)
parameters - the list of parameters that the Value Provider takes into account for its resolutionrequiresConfiguration - indicates if the configuration is required to resolve the valuesrequiresConnection - indicates if the connection is required to resolve the valuesisOpen - indicates if the calculated values should be considered as an open or closed setpartOrder - the position in the valueproviderName - the category of the associated value provider for this parameterproviderId - the id of the associated value provider for this parametertargetSelector - the path of the field whose values are provided within the parameterpublic String getTargetSelector()
public boolean equals(Object o)
equals in class ValueProviderModelpublic int hashCode()
hashCode in class ValueProviderModelCopyright © 2024 MuleSoft, Inc.. All rights reserved.