Class FunctionMethod
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.appservice.function.core.FunctionMethod
-
- All Implemented Interfaces:
IAnnotatable
public class FunctionMethod extends Object implements IAnnotatable
-
-
Field Summary
Fields Modifier and Type Field Description private List<FunctionAnnotation>annotationsprivate StringdeclaringTypeNameprivate Stringnameprivate List<FunctionAnnotation[]>parameterAnnotationsprivate StringreturnTypeName
-
Constructor Summary
Constructors Constructor Description FunctionMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.microsoft.azure.toolkit.lib.appservice.function.core.IAnnotatable
getAnnotation, getAnnotation, getAnnotations
-
-
-
-
Field Detail
-
declaringTypeName
private String declaringTypeName
-
name
private String name
-
returnTypeName
private String returnTypeName
-
annotations
private List<FunctionAnnotation> annotations
-
parameterAnnotations
private List<FunctionAnnotation[]> parameterAnnotations
-
-