Class JdkFilters.MethodFilter

    • Constructor Detail

      • MethodFilter

        public MethodFilter​(String typeName,
                            String methodName)
        Constructs a filter that accepts stack trace frames matching the provided type and method name.
        Parameters:
        typeName - Type (class) name to match
        methodName - Method name to match