Class Lowercase
java.lang.Object
org.graylog.plugins.pipelineprocessor.ast.functions.AbstractFunction<String>
org.graylog.plugins.pipelineprocessor.functions.strings.StringUtilsFunction
org.graylog.plugins.pipelineprocessor.functions.strings.Lowercase
-
Field Summary
FieldsFields inherited from interface org.graylog.plugins.pipelineprocessor.ast.functions.Function
ERROR_FUNCTION, log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.graylog.plugins.pipelineprocessor.functions.strings.StringUtilsFunction
descriptor, evaluateMethods 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
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
Lowercase
public Lowercase()
-
-
Method Details
-
getName
- Specified by:
getNamein classStringUtilsFunction
-
description
- Specified by:
descriptionin classStringUtilsFunction
-
isLocaleAware
protected boolean isLocaleAware()- Specified by:
isLocaleAwarein classStringUtilsFunction
-
apply
- Specified by:
applyin classStringUtilsFunction
-