Uses of Class
com.microsoft.azure.toolkit.lib.appservice.function.core.FunctionAnnotation
-
-
Uses of FunctionAnnotation in com.microsoft.azure.toolkit.lib.appservice.function.core
Fields in com.microsoft.azure.toolkit.lib.appservice.function.core with type parameters of type FunctionAnnotation Modifier and Type Field Description private List<FunctionAnnotation>FunctionAnnotationClass. annotationsprivate List<FunctionAnnotation>FunctionMethod. annotationsMethods in com.microsoft.azure.toolkit.lib.appservice.function.core that return FunctionAnnotation Modifier and Type Method Description default FunctionAnnotationIAnnotatable. getAnnotation(Class<? extends Annotation> clz)default FunctionAnnotationIAnnotatable. getAnnotation(String annotationName)Methods in com.microsoft.azure.toolkit.lib.appservice.function.core that return types with arguments of type FunctionAnnotation Modifier and Type Method Description List<FunctionAnnotation>IAnnotatable. getAnnotations()Methods in com.microsoft.azure.toolkit.lib.appservice.function.core with parameters of type FunctionAnnotation Modifier and Type Method Description private BindingAzureFunctionPackagerBase. createBinding(BindingEnum bindingEnum, FunctionAnnotation annotationBinding)private BindingAzureFunctionPackagerBase. getBinding(FunctionAnnotation annotation)private BindingAzureFunctionPackagerBase. parseMethodAnnotation(FunctionAnnotation annotation)private BindingAzureFunctionPackagerBase. parseParameterAnnotation(FunctionAnnotation annotation)Method parameters in com.microsoft.azure.toolkit.lib.appservice.function.core with type arguments of type FunctionAnnotation Modifier and Type Method Description private List<Binding>AzureFunctionPackagerBase. parseAnnotations(List<FunctionAnnotation> annotationBindings, java.util.function.Function<FunctionAnnotation,Binding> annotationParser)private List<Binding>AzureFunctionPackagerBase. parseAnnotations(List<FunctionAnnotation> annotationBindings, java.util.function.Function<FunctionAnnotation,Binding> annotationParser) -
Uses of FunctionAnnotation in com.microsoft.azure.toolkit.lib.appservice.function.impl
Methods in com.microsoft.azure.toolkit.lib.appservice.function.impl that return FunctionAnnotation Modifier and Type Method Description static FunctionAnnotationDefaultFunctionProject. create(Annotation annotation)private static FunctionAnnotationDefaultFunctionProject. create(Annotation annotation, boolean resolveAnnotationType) -
Uses of FunctionAnnotation in com.microsoft.azure.toolkit.lib.legacy.function.bindings
Fields in com.microsoft.azure.toolkit.lib.legacy.function.bindings declared as FunctionAnnotation Modifier and Type Field Description private FunctionAnnotationExtendedCustomBinding. customBindingAnnotation -
Uses of FunctionAnnotation in com.microsoft.azure.toolkit.lib.legacy.function.configurations
Methods in com.microsoft.azure.toolkit.lib.legacy.function.configurations with parameters of type FunctionAnnotation Modifier and Type Method Description static RetryRetry. createExponentialBackoffRetryFromAnnotation(FunctionAnnotation annotation)static RetryRetry. createFixedDelayRetryFromAnnotation(FunctionAnnotation annotation)
-