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