Uses of Class
com.microsoft.azure.toolkit.lib.legacy.function.bindings.Binding
-
-
Uses of Binding in com.microsoft.azure.toolkit.lib.appservice.function.core
Subclasses of Binding in com.microsoft.azure.toolkit.lib.appservice.function.core Modifier and Type Class Description classExtendedCustomBindingMethods in com.microsoft.azure.toolkit.lib.appservice.function.core that return Binding Modifier and Type Method Description private BindingAzureFunctionPackagerBase. createBinding(BindingEnum bindingEnum, FunctionAnnotation annotationBinding)private BindingAzureFunctionPackagerBase. createCustomBinding(Map<String,Object> map1, Map<String,Object> map2)private BindingAzureFunctionPackagerBase. getBinding(FunctionAnnotation annotation)private BindingAzureFunctionPackagerBase. getHTTPOutBinding()private BindingAzureFunctionPackagerBase. parseMethodAnnotation(FunctionAnnotation annotation)private BindingAzureFunctionPackagerBase. parseParameterAnnotation(FunctionAnnotation annotation)Methods in com.microsoft.azure.toolkit.lib.appservice.function.core that return types with arguments of type Binding Modifier and Type Method Description private List<Binding>AzureFunctionPackagerBase. parseAnnotations(List<FunctionAnnotation> annotationBindings, java.util.function.Function<FunctionAnnotation,Binding> annotationParser)Method parameters in com.microsoft.azure.toolkit.lib.appservice.function.core with type arguments of type Binding Modifier and Type Method Description private List<Binding>AzureFunctionPackagerBase. parseAnnotations(List<FunctionAnnotation> annotationBindings, java.util.function.Function<FunctionAnnotation,Binding> annotationParser)private voidAzureFunctionPackagerBase. patchStorageBinding(FunctionMethod method, List<Binding> bindings)private voidAzureFunctionPackagerBase. processMethodAnnotations(FunctionMethod method, List<Binding> bindings)private voidAzureFunctionPackagerBase. processParameterAnnotations(FunctionMethod method, List<Binding> bindings) -
Uses of Binding in com.microsoft.azure.toolkit.lib.legacy.function.bindings
Subclasses of Binding in com.microsoft.azure.toolkit.lib.legacy.function.bindings Modifier and Type Class Description classExtendedCustomBindingMethods in com.microsoft.azure.toolkit.lib.legacy.function.bindings that return Binding Modifier and Type Method Description static BindingBindingFactory. getBinding(Annotation annotation)Deprecated.static BindingBindingFactory. getHTTPOutBinding()Deprecated.static BindingBindingFactory. getUserDefinedBinding(Annotation annotation)Deprecated.Methods in com.microsoft.azure.toolkit.lib.legacy.function.bindings with parameters of type Binding Modifier and Type Method Description voidBindingSerializer. serialize(Binding value, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider provider)Constructor parameters in com.microsoft.azure.toolkit.lib.legacy.function.bindings with type arguments of type Binding Constructor Description BindingSerializer(Class<Binding> item) -
Uses of Binding in com.microsoft.azure.toolkit.lib.legacy.function.configurations
Fields in com.microsoft.azure.toolkit.lib.legacy.function.configurations with type parameters of type Binding Modifier and Type Field Description private List<Binding>FunctionConfiguration. bindingsMethods in com.microsoft.azure.toolkit.lib.legacy.function.configurations that return types with arguments of type Binding Modifier and Type Method Description List<Binding>FunctionConfiguration. getBindings()Method parameters in com.microsoft.azure.toolkit.lib.legacy.function.configurations with type arguments of type Binding Modifier and Type Method Description voidFunctionConfiguration. setBindings(List<Binding> bindings) -
Uses of Binding in com.microsoft.azure.toolkit.lib.legacy.function.handlers
Methods in com.microsoft.azure.toolkit.lib.legacy.function.handlers that return Binding Modifier and Type Method Description protected BindingAnnotationHandlerImpl. parseMethodAnnotation(Annotation annotation)Deprecated.protected BindingAnnotationHandlerImpl. parseParameterAnnotation(Annotation annotation)Deprecated.Methods in com.microsoft.azure.toolkit.lib.legacy.function.handlers that return types with arguments of type Binding Modifier and Type Method Description protected List<Binding>AnnotationHandlerImpl. parseAnnotations(java.util.function.Supplier<Annotation[]> annotationProvider, java.util.function.Function<Annotation,Binding> annotationParser)Deprecated.Method parameters in com.microsoft.azure.toolkit.lib.legacy.function.handlers with type arguments of type Binding Modifier and Type Method Description protected List<Binding>AnnotationHandlerImpl. parseAnnotations(java.util.function.Supplier<Annotation[]> annotationProvider, java.util.function.Function<Annotation,Binding> annotationParser)Deprecated.protected voidAnnotationHandlerImpl. patchStorageBinding(Method method, List<Binding> bindings)Deprecated.protected voidAnnotationHandlerImpl. processMethodAnnotations(Method method, List<Binding> bindings)Deprecated.protected voidAnnotationHandlerImpl. processParameterAnnotations(Method method, List<Binding> bindings)Deprecated.
-