public class SimpleFieldProvider extends Object implements FieldProvider
FieldProvider
which has a map as backing store.Constructor and Description |
---|
SimpleFieldProvider() |
Modifier and Type | Method and Description |
---|---|
String |
getField(String fieldName) |
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.
|
void |
setField(String name,
String value)
Set the value of the field.
|