| Package | Description |
|---|---|
| com.microsoft.azure.maven.function.bindings | |
| com.microsoft.azure.maven.function.configurations | |
| com.microsoft.azure.maven.function.handlers |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedCustomBinding |
| Modifier and Type | Method and Description |
|---|---|
static Binding |
BindingFactory.getBinding(Annotation annotation) |
static Binding |
BindingFactory.getHTTPOutBinding() |
static Binding |
BindingFactory.getUserDefinedBinding(Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
void |
BindingSerializer.serialize(Binding value,
com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Constructor and Description |
|---|
BindingSerializer(Class<Binding> item) |
| Modifier and Type | Field and Description |
|---|---|
private List<Binding> |
FunctionConfiguration.bindings |
| Modifier and Type | Method and Description |
|---|---|
List<Binding> |
FunctionConfiguration.getBindings() |
| Modifier and Type | Method and Description |
|---|---|
protected Binding |
AnnotationHandlerImpl.parseMethodAnnotation(Annotation annotation) |
protected Binding |
AnnotationHandlerImpl.parseParameterAnnotation(Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Binding> |
AnnotationHandlerImpl.parseAnnotations(java.util.function.Supplier<Annotation[]> annotationProvider,
java.util.function.Function<Annotation,Binding> annotationParser) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Binding> |
AnnotationHandlerImpl.parseAnnotations(java.util.function.Supplier<Annotation[]> annotationProvider,
java.util.function.Function<Annotation,Binding> annotationParser) |
protected void |
AnnotationHandlerImpl.patchStorageBinding(Method method,
List<Binding> bindings) |
protected void |
AnnotationHandlerImpl.processMethodAnnotations(Method method,
List<Binding> bindings) |
protected void |
AnnotationHandlerImpl.processParameterAnnotations(Method method,
List<Binding> bindings) |
Copyright © 2019. All rights reserved.