Class ByteBuddyAgent.AttachmentProvider.Compound

    • Field Detail

      • attachmentProviders

        private final java.util.List<ByteBuddyAgent.AttachmentProvider> attachmentProviders
        A list of attachment providers in the order of their application.
    • 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​(java.util.List<? extends ByteBuddyAgent.AttachmentProvider> attachmentProviders)
        Creates a new compound attachment provider.
        Parameters:
        attachmentProviders - A list of attachment providers in the order of their application.