public class CreateFunction
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CreateFunction.CreateItemOptions |
Constructor and Description |
---|
CreateFunction() |
Modifier and Type | Method and Description |
---|---|
static StorageKey.StorageFunction |
createFunction(java.lang.String section,
java.lang.String method,
Modules.StorageFunctionMetadata meta,
boolean isUnhashed,
java.lang.String key)
From the schema of a function in the module’s storage, generate the function that will return the correct storage key.
|
public static StorageKey.StorageFunction createFunction(java.lang.String section, java.lang.String method, Modules.StorageFunctionMetadata meta, boolean isUnhashed, java.lang.String key)
From the schema of a function in the module’s storage, generate the function that will return the correct storage key.
schema
- options
-