Class ExportedMethodKey


  • public class ExportedMethodKey
    extends Object
    • Field Detail

      • functionClassName

        public final String functionClassName
      • className

        public final String className
      • methodName

        public final String methodName
    • Constructor Detail

      • ExportedMethodKey

        public ExportedMethodKey​(String functionClassName,
                                 String className,
                                 String methodName)