Skip to content

instrumention performance #1062

Description

@FrankChen021
Image Image
  • Image
Image Image Image
    public static <T extends MethodDescription> ElementMatcher.Junction<T> returnsGeneric(ElementMatcher<? super TypeDescription.Generic> matcher) {
        return new MethodReturnTypeMatcher<T>(matcher);
    }
Image
public void addInterceptedMethod(String interceptor, TypeDescription instrumentedType, MethodDescription instrumentedMethod) {
        ...

            String str = parameter.toString();
...
        }

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions