Class BindingFactory
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.legacy.function.bindings.BindingFactory
-
@Deprecated public class BindingFactory extends Object
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description private static StringHTTP_OUTPUT_DEFAULT_NAMEDeprecated.
-
Constructor Summary
Constructors Constructor Description BindingFactory()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static BindinggetBinding(Annotation annotation)Deprecated.static BindinggetHTTPOutBinding()Deprecated.static BindinggetUserDefinedBinding(Annotation annotation)Deprecated.
-
-
-
Field Detail
-
HTTP_OUTPUT_DEFAULT_NAME
private static final String HTTP_OUTPUT_DEFAULT_NAME
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getBinding
public static Binding getBinding(Annotation annotation)
Deprecated.
-
getUserDefinedBinding
public static Binding getUserDefinedBinding(Annotation annotation)
Deprecated.
-
getHTTPOutBinding
public static Binding getHTTPOutBinding()
Deprecated.
-
-