Skip to content
/ KAXB Public
forked from SixRQ/KAXB

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

License

Notifications You must be signed in to change notification settings

apliter/KAXB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 59.3%
  • Groovy 40.7%