Class ObjectDataProvider

  • All Implemented Interfaces:
    DataProvider

    public class ObjectDataProvider
    extends Object
    implements DataProvider
    An object of this class acts as a DataProvider for rule templates. It may be created with a collection of maps or objects. The template's column names are used as keys or Bean-stype accessors to obtain the actual parameters for the substitution.
    • Constructor Detail

      • ObjectDataProvider

        public ObjectDataProvider​(TemplateContainer tcont,
                                  Collection<?> objs)
        Constructor from a template container
        Parameters:
        tcont - a template container
        objs - a collection of maps or objects