# SPDX-License-Identifier: SSPL-1.0
#
# The Lucenia project is source-available software: you can
# redistribute it and/or modify it under the terms of the
# Server Side Public License, version 1, as published by
# MongoDB, Inc.
#
# As per the terms of the Server Side Public License, if you
# make the functionality of this program or a modified version
# available over a network, you must make the source code
# available for download.
#
# The full text of the Server Side Public License, version 1,
# can be found at:
# https://www.mongodb.com/licensing/server-side-public-license

# This file contains a allowlist of static processor methods that can be accessed from painless

class io.lucenia.ingest.common.Processors {
  long bytes(String)
  String lowercase(String)
  String uppercase(String)
  Object json(Object)
  void json(Map, String)
  String urlDecode(String)
}
