Class FieldAttributeAppender.Factory.Compound

    • Constructor Detail

      • Compound

        public Compound​(FieldAttributeAppender.Factory... factory)
        Creates a new compound field attribute appender factory.
        Parameters:
        factory - The factories to represent in the order of their application.
      • Compound

        public Compound​(java.util.List<? extends FieldAttributeAppender.Factory> factories)
        Creates a new compound field attribute appender factory.
        Parameters:
        factories - The factories to represent in the order of their application.