| Package | Description |
|---|---|
| com.mulesoft.connectivity.rest.sdk.internal.descriptor.model | |
| com.mulesoft.connectivity.rest.sdk.internal.descriptor.parser |
| Modifier and Type | Method and Description |
|---|---|
static DataTypeDescriptor |
DataTypeDescriptor.forName(String name) |
DataTypeDescriptor |
TriggerWatermarkDescriptor.getDataType() |
DataTypeDescriptor |
TriggerParameterDescriptor.getDataType() |
DataTypeDescriptor |
ValueResolverParameterDescriptor.getType() |
static DataTypeDescriptor |
DataTypeDescriptor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTypeDescriptor[] |
DataTypeDescriptor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TriggerParameterDescriptor(String name,
String displayName,
String description,
DataTypeDescriptor dataType,
boolean required) |
TriggerWatermarkDescriptor(String extraction,
DataTypeDescriptor dataType) |
ValueResolverParameterDescriptor(String name,
DataTypeDescriptor type) |
| Modifier and Type | Method and Description |
|---|---|
static DataTypeDescriptor |
DescriptorParserUtils.parseParameterType(amf.client.model.domain.DialectDomainElement parameterDescriptor) |
Copyright © 2020. All rights reserved.