From c683a34a922cafcaa74a6d0c2b24245d874fe0e8 Mon Sep 17 00:00:00 2001 From: Mihai A Date: Thu, 25 Jan 2024 15:15:52 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8119f403..5824bf56 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Here is what we have so far: * Easy Extension Thanks to Interfaces ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/Easy-Extension-Via-Interfaces)); * Building and Reading YAML Streams, integrated with Java 8's Stream API ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/YAML-Streams)); * Java Beans to YAML ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/Java-Bean-To-YAML)); +* YAML Visitor ([wiki](https://github.com/decorators-squad/eo-yaml/wiki/YAML-Visitor)); * Others: - Clear and detailed Exceptions. For instance, in the case of bad indentation, it will tell you exactly which line is problematic and why. - Fully encapsulated. The user works only with a few Java Interfaces.