Skip to content

This library is used to convert java entity classes to swift-objC classes.

Notifications You must be signed in to change notification settings

yigit26/JavaToSwiftObjC

Repository files navigation

JavaToSwiftObjC

Build Status codecov Codacy Badge

Description

This library is used to convert java entity classes to swift-objC classes. SampleObject.java

Usage

  • Creating the convertor :
  IConvertor generator = new ConvertorBuilder().setCompanyName("Yigit Can Ture")
  			.setProjectName("Example Project").setDestinationPath("./dest").setSourcePath("./source")
  			.buildGenerator(Language.OBJECTIVEC);
  • Then call the 'generator()' method
  generator.generate(null);

OR

  generator.generate(System.out::println);

Requirements

jdk 8+

Installation

  1. Clone the repo.
  2. Import your ide with 'pom.xml'
  3. Compile and use it.

Author

Yigit Can Ture

About

This library is used to convert java entity classes to swift-objC classes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published