Package org.fest.swing.driver
Class ModelValueToString
java.lang.Object
org.fest.swing.driver.ModelValueToString
Understands converting a value from a model into a
String
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ModelValueToString
private ModelValueToString()
-
-
Method Details
-
asText
Returns thetoString
value from the given object. If the given object does not implementtoString
, this method will returnnull
.- Parameters:
o
- the given object.- Returns:
- the
toString
value from the given object, ornull
if the given object does not implementtoString
.
-