Class JooqJournalDiffConverter

  • All Implemented Interfaces:
    java.io.Serializable , org.jooq.Converter

    
    public class JooqJournalDiffConverter
    extends AbstractConverter<T, U>
                        
    Since:

    2022-10-25

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      JournalDiff from(String str)
      String to(JournalDiff obj)
      • Methods inherited from class org.jooq.impl.AbstractConverter

        fromType, toString, toType
      • Methods inherited from class org.jooq.Converter

        andThen, forArrays, from, fromNullable, inverse, of, ofNullable, to, toNullable
      • Methods inherited from class java.lang.Object

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

      • JooqJournalDiffConverter

        JooqJournalDiffConverter()