Class StringUtilsFunction
java.lang.Object
org.graylog.plugins.pipelineprocessor.ast.functions.AbstractFunction<String>
org.graylog.plugins.pipelineprocessor.functions.strings.StringUtilsFunction
- Direct Known Subclasses:
Capitalize,Lowercase,Swapcase,Uncapitalize,Uppercase
-
Field Summary
Fields inherited from interface org.graylog.plugins.pipelineprocessor.ast.functions.Function
ERROR_FUNCTION, log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Stringprotected abstract Stringevaluate(FunctionArgs args, EvaluationContext context) protected abstract StringgetName()protected abstract booleanMethods inherited from class org.graylog.plugins.pipelineprocessor.ast.functions.AbstractFunction
preComputeConstantArgumentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.plugins.pipelineprocessor.ast.functions.Function
preprocessArgs
-
Constructor Details
-
StringUtilsFunction
public StringUtilsFunction()
-
-
Method Details
-
evaluate
-
descriptor
-
getName
-
description
-
isLocaleAware
protected abstract boolean isLocaleAware() -
apply
-