public class SimpleFunctionMetadata extends Object implements FunctionMetadata
| 构造器和说明 |
|---|
SimpleFunctionMetadata() |
| 限定符和类型 | 方法和说明 |
|---|---|
@NotNull List<PropertyMetadata> |
getInputs() |
FunctionMetadata |
merge(FunctionMetadata another,
MergeOption... option) |
static SimpleFunctionMetadata |
of(String id,
String name,
List<PropertyMetadata> inputs,
DataType output) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOutput, isAsyncgetDescription, getExpand, getExpands, getId, getName, setDescription, setExpands, setNamepublic static SimpleFunctionMetadata of(String id, String name, List<PropertyMetadata> inputs, DataType output)
@NotNull public @NotNull List<PropertyMetadata> getInputs()
getInputs 在接口中 FunctionMetadatapublic FunctionMetadata merge(FunctionMetadata another, MergeOption... option)
merge 在接口中 FunctionMetadataCopyright © 2019–2022. All rights reserved.