public interface ParseMapInput
AlternateInput
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getMap()
get a map of String representation of the values in the input that is compatible
with the way the input parses the map
|
boolean |
parse(java.util.Map<java.lang.String,java.lang.Object> v)
Set the value of the input by parsing a textual representation of the
sub inputs.
|
java.util.Map<java.lang.String,java.lang.Object> getMap()
boolean parse(java.util.Map<java.lang.String,java.lang.Object> v) throws ParseException
v
- ParseException