All Downloads are FREE. Search and download functionalities are using the official Maven repository.

work.play-java-forms_2.13.3.0.0-M1.source-code.reference.conf Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
# Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. 

play {
  modules {
    enabled += "play.data.FormFactoryModule"
    enabled += "play.data.format.FormattersModule"
    enabled += "play.data.validation.ValidatorsModule"
  }

  forms {

    binding {

      # Enables or disables direct field access during form binding.
      # If disabled (the default) getter methods will be used to access the form during binding.
      directFieldAccess = false

    }

  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy