Package com.faunadb.client.util
Class SymbolGenerator
- java.lang.Object
-
- com.faunadb.client.util.SymbolGenerator
-
public final class SymbolGenerator extends Object
The singleton SymbolGenerator is used to automatically generate symbol names when a Java lambda function is provided where a FaunaDB lambda expression is accepted. The symbol space is 2^64 and thread-safe.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
genSym(String prefix)
Generate a new symbol with the provided prefix.
-