Class PreparedQueryArgumentConfigBuilder


  • @Generated({"common/config/src/templates/ConfigBuilder.stg","common/config/config.gradle"})
    public final class PreparedQueryArgumentConfigBuilder
    extends java.lang.Object
    • Constructor Detail

      • PreparedQueryArgumentConfigBuilder

        public PreparedQueryArgumentConfigBuilder()
        Constructs an empty PreparedQueryArgumentConfigBuilder
      • PreparedQueryArgumentConfigBuilder

        public PreparedQueryArgumentConfigBuilder​(java.util.Map<PreparedQueryArgumentConfig.Field,​java.lang.Object> values)
        Constructs a PreparedQueryArgumentConfigBuilder initialized with the values from the given map
        Parameters:
        values - a map containing configuration values
      • PreparedQueryArgumentConfigBuilder

        public PreparedQueryArgumentConfigBuilder​(PreparedQueryArgumentConfig config)
        Constructs a PreparedQueryArgumentConfigBuilder initialized with the values from the given config
        Parameters:
        config - the configuration to take the values from
      • PreparedQueryArgumentConfigBuilder

        public PreparedQueryArgumentConfigBuilder​(PreparedQueryArgumentConfigBuilder builder)
        Constructs a PreparedQueryArgumentConfigBuilder initialized with the values from the given builder
        Parameters:
        builder - the builder to take the values from