Package xyz.block.ftl.registry
Class RegistryKt
-
- All Implemented Interfaces:
public final class RegistryKt
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringdefaultJvmModuleName
-
Method Summary
-
-
Method Detail
-
ftlModuleFromJvmModule
final static String ftlModuleFromJvmModule(String jvmModuleName, KFunction<?> verb)
Return the FTL module name from a JVM module name and a top-level KFunction.
For example, if the JVM module name is
ftland the qualified function name isftl.core.foo, then the FTL module name iscore.
-
-
-
-