| 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 HttpMethodDescriptor |
HttpMethodDescriptor.forName(String name) |
HttpMethodDescriptor |
ValueResolverDescriptor.getMethod() |
HttpMethodDescriptor |
TriggerDescriptor.getMethod() |
static HttpMethodDescriptor |
HttpMethodDescriptor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethodDescriptor[] |
HttpMethodDescriptor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TriggerDescriptor(String name,
String path,
HttpMethodDescriptor method,
String displayName,
String description,
List<TriggerParameterDescriptor> parameters,
TriggerParameterBindingsDescriptor parameterBindings,
TriggerWatermarkDescriptor watermark,
String itemsExpression,
String identityExpression,
String outputMediaType,
String outputTypeSchema) |
ValueResolverDescriptor(String name,
String path,
HttpMethodDescriptor method,
ValueResolverItemsDescriptor items,
List<ValueResolverParameterDescriptor> parameters,
ValueResolverBindingDescriptor binding) |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethodDescriptor |
DescriptorParserUtils.parseApiContractMethodAsMethodDescriptor(amf.client.model.domain.DialectDomainElement element) |
Copyright © 2020. All rights reserved.