public class FunctionDefinition extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionDefinition.FunctionDefinitionBuilder
Builder for FunctionDefinition
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionDefinition.FunctionDefinitionBuilder |
builder() |
static FunctionDefinition |
empty() |
String |
getClassname() |
String |
getMethod() |
List<Class<?>> |
getParameterTypes() |
Class<?> |
getReturnType() |
public static FunctionDefinition empty()
public static FunctionDefinition.FunctionDefinitionBuilder builder()
public String getClassname()
public String getMethod()
public Class<?> getReturnType()
Copyright © 2024 flmelody. All rights reserved.