Class TypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge

    • Constructor Detail

      • OfVisibilityBridge

        protected OfVisibilityBridge​(MethodDescription visibilityBridge,
                                     MethodDescription bridgeTarget,
                                     TypeDescription bridgeType,
                                     MethodAttributeAppender attributeAppender)
        Creates a new record for a visibility bridge.
        Parameters:
        visibilityBridge - The visibility bridge.
        bridgeTarget - The method the visibility bridge invokes.
        bridgeType - The type of the instrumented type.
        attributeAppender - The attribute appender to apply to the visibility bridge.