Class ScalarTypeJsonList


  • public class ScalarTypeJsonList
    extends Object
    Types for mapping List in JSON format to DB types VARCHAR, JSON and JSONB.
    • Method Detail

      • typeFor

        public static ScalarType<?> typeFor​(boolean postgres,
                                            int dbType,
                                            DocPropertyType docType,
                                            boolean nullable)
        Return the appropriate ScalarType based requested dbType and if Postgres.