Class ObjectTypeConverter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object fromDbValue​(java.lang.Object value)  
      java.lang.Object fromString​(java.lang.String value)  
      java.lang.Object toDbValue​(java.lang.Object value, java.lang.Class<?> toType)  
      • Methods inherited from class java.lang.Object

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

      • ObjectTypeConverter

        public ObjectTypeConverter()
    • Method Detail

      • fromString

        public java.lang.Object fromString​(java.lang.String value)
        Specified by:
        fromString in interface JavaTypeConverter
      • toDbValue

        public java.lang.Object toDbValue​(java.lang.Object value,
                                          java.lang.Class<?> toType)
        Specified by:
        toDbValue in interface JavaTypeConverter