Class DefaultStringConverter


  • public final class DefaultStringConverter
    extends java.lang.Object
    The default converter used if nothing has been specified on reference types. The default use is opt-in, but it can also just be used as a converter if opted out.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String convert​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultStringConverter

        public DefaultStringConverter()
    • Method Detail

      • convert

        public static java.lang.String convert​(java.lang.Object o)