Class StrConverterSimple

  • All Implemented Interfaces:
    StrConverter

    public class StrConverterSimple
    extends java.lang.Object
    implements StrConverter
    • Constructor Detail

      • StrConverterSimple

        public StrConverterSimple()
    • Method Detail

      • toStr

        public java.lang.String toStr​(java.lang.Object object)
        Specified by:
        toStr in interface StrConverter
      • fromStr

        public <T> T fromStr​(java.lang.String str)
        Specified by:
        fromStr in interface StrConverter