Class ModelValueToString

java.lang.Object
org.fest.swing.driver.ModelValueToString

final class ModelValueToString extends Object
Understands converting a value from a model into a String.
  • Constructor Details

    • ModelValueToString

      private ModelValueToString()
  • Method Details

    • asText

      static String asText(Object o)
      Returns the toString value from the given object. If the given object does not implement toString, this method will return null.
      Parameters:
      o - the given object.
      Returns:
      the toString value from the given object, or null if the given object does not implement toString.