Class Uuid35Function
- java.lang.Object
-
- net.thisptr.jackson.jq.extra.functions.Uuid35Function
-
-
Field Summary
Fields Modifier and Type Field Description private int
uuidVersion
-
Constructor Summary
Constructors Constructor Description Uuid35Function(int uuidVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version)
-
-
-
Method Detail
-
apply
public void apply(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, Version version) throws JsonQueryException
- Specified by:
apply
in interfaceFunction
- Throws:
JsonQueryException
-
-