Class FunctionDescriptor<T>
java.lang.Object
org.graylog.plugins.pipelineprocessor.ast.functions.FunctionDescriptor<T>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> FunctionDescriptor.Builder<T>builder()abstract Stringabstract Stringname()abstract com.google.common.collect.ImmutableMap<String,ParameterDescriptor> paramMap()abstract com.google.common.collect.ImmutableList<ParameterDescriptor>params()abstract booleanpure()
-
Constructor Details
-
FunctionDescriptor
public FunctionDescriptor()
-
-
Method Details
-
name
-
pure
public abstract boolean pure() -
returnType
-
params
-
paramMap
-
param
-
description
-
builder
-