Properties File

1.1.8

1.What is properties file?

Properties file is a library support to interact with .properties and yaml file. It reads and parses those file contents to Properties object

  1. What does properties file provide?
  2. Read properties file.
  3. Read yaml file.
  4. Map Properties to POJO.
  5. Map .properties file to POJO.
  6. Map Properties to POJO by prefix.
  7. Map yaml file to POJO.
  8. Write Properties object to file.
Kotlin example: An example written in Kotlin.