Provides quick transformation from .yaml or .yml files in classloader or filesystem to java class instances.
GitHub: https://github.com/DeMmAge/Simple-Yaml-Transformer
Library based on snakeyaml: https://mvnrepository.com/artifact/org.yaml/snakeyaml
Add Jitpack repository in <repositories> section in pom.xml:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add Simple-Yaml-Transformer dependency:
<dependency>
<groupId>com.github.DeMmAge</groupId>
<artifactId>Simple-Yaml-Transformer</artifactId>
<version>1.0.0</version>
</dependency>
Features
- yaml-parsing
- yaml-2java-transformation
Categories
LibrariesLicense
Apache License V2.0Follow Simple Yaml2Java Transformer
Other Useful Business Software
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Simple Yaml2Java Transformer!