Class ByteBuddyAgent.AttachmentProvider.Compound

    • Constructor Detail

      • Compound

        public Compound​(ByteBuddyAgent.AttachmentProvider... attachmentProvider)
        Creates a new compound attachment provider.
        Parameters:
        attachmentProvider - A list of attachment providers in the order of their application.
      • Compound

        public Compound​(List<? extends ByteBuddyAgent.AttachmentProvider> attachmentProviders)
        Creates a new compound attachment provider.
        Parameters:
        attachmentProviders - A list of attachment providers in the order of their application.