{"id":22194078,"url":"https://github.com/careem/converter-codegen","last_synced_at":"2025-07-26T23:31:54.096Z","repository":{"id":39826344,"uuid":"267789771","full_name":"careem/converter-codegen","owner":"careem","description":"A Java library that auto-generates converters.","archived":false,"fork":false,"pushed_at":"2025-07-11T15:27:29.000Z","size":443,"stargazers_count":6,"open_issues_count":19,"forks_count":1,"subscribers_count":57,"default_branch":"master","last_synced_at":"2025-07-11T17:47:42.689Z","etag":null,"topics":["annotation-processing","converter","java","spring"],"latest_commit_sha":null,"homepage":"https://careem.github.io/converter-codegen/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/careem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-05-29T07:06:15.000Z","updated_at":"2025-03-20T01:35:49.000Z","dependencies_parsed_at":"2024-02-08T12:24:46.346Z","dependency_job_id":"49fdd0b3-77c5-4b78-8fe8-6b224351667f","html_url":"https://github.com/careem/converter-codegen","commit_stats":null,"previous_names":[],"tags_count":5,"template":true,"template_full_name":null,"purl":"pkg:github/careem/converter-codegen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/careem%2Fconverter-codegen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/careem%2Fconverter-codegen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/careem%2Fconverter-codegen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/careem%2Fconverter-codegen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/careem","download_url":"https://codeload.github.com/careem/converter-codegen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/careem%2Fconverter-codegen/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264986971,"owners_count":23693739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["annotation-processing","converter","java","spring"],"created_at":"2024-12-02T13:11:01.296Z","updated_at":"2025-07-26T23:31:53.813Z","avatar_url":"https://github.com/careem.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# converter-annotation-processor\n\n![ci](https://github.com/careem/converter-codegen/workflows/ci/badge.svg?branch=0.6.x)\n[![Maven Central](https://img.shields.io/maven-central/v/io.github.careem/converter-annotation-processor.svg?label=Maven%20Central)](https://search.maven.org/artifact/io.github.careem/converter-annotation-processor)\n\n\u003e A Java library that auto-generates converters.\n\n![screenshots](https://raw.githubusercontent.com/careem/converter-codegen/gh-pages/img/screenshots.gif)\n\n## Setup\n\nAdd the following dependency in your `pom.xml` file:\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eio.github.careem\u003c/groupId\u003e\n  \u003cartifactId\u003econverter-annotation-processor\u003c/artifactId\u003e\n  \u003cversion\u003e0.7.2\u003c/version\u003e\n\u003c/dependency\u003e\n```\nThat's it, you are ready to generate converters!\n\n## Usage\n\nTo generate a `ClassA` object to `ClassB` object converter:\n- add `@Converter(sourceClass = ClassA.class)` annotation on `ClassB` \n- `mvn clean install ...`\n- `ClassAToClassBConverter` gets auto-generated!\n\nPlease visit [usage](https://careem.github.io/converter-codegen/usage) for more.\n\n## Contributing\n\nPlease visit [contributing](https://careem.github.io/converter-codegen/contributing).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcareem%2Fconverter-codegen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcareem%2Fconverter-codegen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcareem%2Fconverter-codegen/lists"}