@AutoService(value=Function.class) public class IndicesFunction extends Object implements Function
| Constructor and Description |
|---|
IndicesFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Scope scope,
List<Expression> args,
com.fasterxml.jackson.databind.JsonNode in,
Path ipath,
PathOutput output,
Version version) |
static List<Integer> |
indices(com.fasterxml.jackson.databind.JsonNode needle,
com.fasterxml.jackson.databind.JsonNode haystack) |
public void apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) throws JsonQueryException
apply in interface FunctionJsonQueryExceptionpublic static List<Integer> indices(com.fasterxml.jackson.databind.JsonNode needle, com.fasterxml.jackson.databind.JsonNode haystack) throws JsonQueryException
JsonQueryExceptionCopyright © 2025. All rights reserved.