public abstract class StringUtilsFunction extends AbstractFunction<String>
ERROR_FUNCTION, log| Constructor and Description |
|---|
StringUtilsFunction() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
apply(String value,
Locale locale) |
protected abstract String |
description() |
FunctionDescriptor<String> |
descriptor() |
String |
evaluate(FunctionArgs args,
EvaluationContext context) |
protected abstract String |
getName() |
protected abstract boolean |
isLocaleAware() |
preComputeConstantArgumentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpreprocessArgspublic String evaluate(FunctionArgs args, EvaluationContext context)
public FunctionDescriptor<String> descriptor()
protected abstract String getName()
protected abstract String description()
protected abstract boolean isLocaleAware()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.