Interface Advice.BootstrapArgumentResolver

    • Method Detail

      • resolve

        java.util.List<JavaConstant> resolve​(TypeDescription instrumentedType,
                                             MethodDescription instrumentedMethod)
        Resolves the constants that are provided as arguments to the bootstrap methods.
        Parameters:
        instrumentedType - The instrumented type.
        instrumentedMethod - The instrumented method.
        Returns:
        A list of constants to supply as arguments to the bootstrap method.