Class JooqZoneStrConverter

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

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

    2021-01-18

    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
      ZoneId from(String zid)
      String to(ZoneId zid)
      • Methods inherited from class org.jooq.impl.AbstractConverter

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

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait