Clarified JavaDoc regarding how type-safe TypeDescription is and modified spring context XML accordingly. Also removed some redundant initialization values (null and false are default values).
2 files changed
tree: c4a1d2f142b0a2dac3a488d5076e2832837edcd9
  1. .mvn/
  2. src/
  3. .gitignore
  4. .hgeol
  5. .hgignore
  6. .hgtags
  7. docker-run-jdk6.sh
  8. docker-run-jdk7.sh
  9. docker-run-jdk8.sh
  10. docker-run.sh
  11. LICENSE.txt
  12. mvnw
  13. mvnw.bat
  14. pom.xml
  15. pom.yaml
  16. README.md
README.md

The art of simplicity is a puzzle of complexity.

Overview

YAML is a data serialization format designed for human readability and interaction with scripting languages.

SnakeYAML is a YAML processor for the Java Virtual Machine.

SnakeYAML features

  • a complete YAML 1.1 processor. In particular, SnakeYAML can parse all examples from the specification.
  • Unicode support including UTF-8/UTF-16 input/output.
  • high-level API for serializing and deserializing native Java objects.
  • support for all types from the YAML types repository.
  • relatively sensible error messages.

Info

Contribute