Uses of Class
fmpp.tdd.TypeNotConvertableToMapException
-
Packages that use TypeNotConvertableToMapException Package Description fmpp.tdd Textual Data Definition related classes. -
-
Uses of TypeNotConvertableToMapException in fmpp.tdd
Methods in fmpp.tdd that throw TypeNotConvertableToMapException Modifier and Type Method Description static java.util.Map<?,?>
TddUtil. convertToDataMap(java.lang.Object value)
Converts a value toMap
, if it's possible, in a way that mostly useful when it will be used as part of the "data" setting.
-