Class SimpleFieldProvider

    • Constructor Detail

      • SimpleFieldProvider

        public SimpleFieldProvider()
    • Method Detail

      • setField

        public void setField​(String name,
                             String value)
        Set the value of the field.
        Parameters:
        name - the name of the field
        value - the value
      • setAll

        public void setAll​(Map<String,​String> fieldValues)
        Set all the field values of the passed map, current values are overwritten if they have the same name.
        Parameters:
        fieldValues - the map with name-value pairs to set in this FieldProvider.