| Package | Description |
|---|---|
| com.microsoft.azure.maven.function | |
| com.microsoft.azure.maven.function.bindings |
| Modifier and Type | Field and Description |
|---|---|
private static BindingEnum[] |
PackageMojo.FUNCTION_WITHOUT_FUNCTION_EXTENSION |
| Modifier and Type | Method and Description |
|---|---|
protected Set<BindingEnum> |
PackageMojo.getFunctionBindingEnums(Map<String,FunctionConfiguration> configMap) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PackageMojo.installExtension(FunctionCoreToolsHandler handler,
Set<BindingEnum> bindingEnums) |
protected boolean |
PackageMojo.isInstallingExtensionNeeded(Set<BindingEnum> bindingTypes) |
| Modifier and Type | Field and Description |
|---|---|
protected BindingEnum |
Binding.bindingEnum |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<BindingEnum,List<String>> |
Binding.requiredAttributeMap |
| Modifier and Type | Method and Description |
|---|---|
BindingEnum |
Binding.getBindingEnum() |
static BindingEnum |
BindingEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindingEnum[] |
BindingEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Binding(BindingEnum bindingEnum) |
Binding(BindingEnum bindingEnum,
Annotation annotation) |
ExtendedCustomBinding(BindingEnum bindingEnum,
com.microsoft.azure.functions.annotation.CustomBinding customBindingAnnotation,
Annotation annotation) |
Copyright © 2019. All rights reserved.