public interface Parameter
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
Deprecated.
Please use
getDefaultValues() instead |
List<String> |
getDefaultValues() |
String |
getDescription() |
String |
getDisplayName() |
String |
getExample() |
Map<String,String> |
getExamples() |
Optional<FileProperties> |
getFileProperties() |
Object |
getInstance() |
default Optional<Integer> |
getMaxItems() |
org.mule.metadata.api.model.MetadataType |
getMetadata() |
default Optional<Integer> |
getMinItems() |
boolean |
isArray() |
boolean |
isFacetArray(String facet)
Deprecated.
|
boolean |
isNullable()
Determines if the parameter allows null values.
|
boolean |
isRepeat() |
boolean |
isRequired() |
boolean |
isScalar()
Deprecated.
|
String |
message(String value) |
String |
messageFromValues(Collection<?> values) |
String |
surroundWithQuotesIfNeeded(String value) |
boolean |
validate(String value) |
boolean |
validateArray(Collection<?> values) |
boolean isRequired()
@Deprecated String getDefaultValue()
getDefaultValues() insteadList<String> getDefaultValues()
boolean isRepeat()
boolean isArray()
boolean validate(String value)
boolean validateArray(Collection<?> values)
String messageFromValues(Collection<?> values)
String getDisplayName()
String getDescription()
String getExample()
Object getInstance()
org.mule.metadata.api.model.MetadataType getMetadata()
@Deprecated boolean isScalar()
@Deprecated boolean isFacetArray(String facet)
Optional<FileProperties> getFileProperties()
boolean isNullable()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.