Class JooqLocaleConverter

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

    
    public class JooqLocaleConverter
    extends AbstractConverter<T, U>
                        

    Standard to en_US format

    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
      Locale from(String str)
      String to(Locale lcl)
      • 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