kramano / KAXB

Kotlin based class generator to generate native Kotlin classes from an XML Schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synopsis

This project is used to generate native Kotlin classes from an xsd schema, similar to the JAXB tool for Java. The project will include a plugin for gradle and Intellij IDEA.

Build Status

TeamCity

Motivation

I needed a tool that would generate native Kotlin classes rather than Java classes and then convert to Kotlin.

Installation

Download the latest zip/tar from TeamCity and extract the contents

Running

Once the archive has been extracted run the bin/kaxb --P <destination package> --S <schema file> --T <target directory>

Tests

Contributors

Simon Wiehe

License

Apache License 2.0

About

Kotlin based class generator to generate native Kotlin classes from an XML Schema

License:Apache License 2.0


Languages

Language:Kotlin 59.3%Language:Groovy 40.7%