Class RegistryKt

  • All Implemented Interfaces:

    
    public final class RegistryKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Unit test()
      final static String ftlModuleFromJvmModule(String jvmModuleName, KFunction<?> verb) Return the FTL module name from a JVM module name and a top-level KFunction.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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 ftl and the qualified function name is ftl.core.foo, then the FTL module name is core.