public class ExtendedCustomBinding extends Binding
| Modifier and Type | Field and Description |
|---|---|
private com.microsoft.azure.functions.annotation.CustomBinding |
customBindingAnnotation |
bindingAttributes, bindingEnum, direction, requiredAttributeMap, type| Constructor and Description |
|---|
ExtendedCustomBinding(BindingEnum bindingEnum,
com.microsoft.azure.functions.annotation.CustomBinding customBindingAnnotation,
Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirection() |
String |
getName() |
String |
getType() |
addProperties, getAttribute, getBindingAttributes, getBindingEnum, setAttribute, setName, toStringprivate com.microsoft.azure.functions.annotation.CustomBinding customBindingAnnotation
public ExtendedCustomBinding(BindingEnum bindingEnum, com.microsoft.azure.functions.annotation.CustomBinding customBindingAnnotation, Annotation annotation)
Copyright © 2020. All rights reserved.