Class MethodsConfigurationParser


  • public class MethodsConfigurationParser
    extends Object
    • Method Detail

      • parse

        public static Map<String,​Set<String>> parse​(String configString)
        This method takes a string in a form of "io.package.ClassName[method1,method2];my.example[someMethodName];" and returns a map where keys are class names and corresponding value is a set of methods for that class.

        Strings of such format are used e.g. to configure TraceConfigInstrumentation