{"id":19299995,"url":"https://github.com/cloudogu/conveyor","last_synced_at":"2026-06-13T04:33:22.817Z","repository":{"id":57718275,"uuid":"363738799","full_name":"cloudogu/conveyor","owner":"cloudogu","description":"Generate dtos from annotations","archived":false,"fork":false,"pushed_at":"2021-10-12T14:38:17.000Z","size":109,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-02-24T01:27:26.894Z","etag":null,"topics":["annotation-processor","dto","hal","java","mapping","rest-api"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudogu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-02T19:59:52.000Z","updated_at":"2021-10-12T14:38:20.000Z","dependencies_parsed_at":"2022-09-14T22:41:58.423Z","dependency_job_id":null,"html_url":"https://github.com/cloudogu/conveyor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cloudogu/conveyor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fconveyor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fconveyor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fconveyor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fconveyor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudogu","download_url":"https://codeload.github.com/cloudogu/conveyor/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fconveyor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34272603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-processor","dto","hal","java","mapping","rest-api"],"created_at":"2024-11-09T23:13:22.511Z","updated_at":"2026-06-13T04:33:22.805Z","avatar_url":"https://github.com/cloudogu.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Conveyor\n\nGenerate dtos from annotations.\n\n## Why?\n\nThere are a lot of dto mapping libraries out there, so why create another one?\nConveyor was created to support the special needs of [SCM-Manager](https://scm-manager.org).\nFor [SCM-Manager](https://scm-manager.org) we wanted a library which support the following features:\n\n* Simple to use\n* As little boilerplate code as possible\n* Support of _links and _embedded of [HAL](https://stateless.group/hal_specification.html)\n* Support views to keep our OpenAPI documentation clean\n* Copy annotations from source entity\n\nSo we decided to create another dto mapping library.\n\n## Usage\n\n```java\n@GenerateDto\npublic class Person {\n\n  @Include\n  private String firstName;\n  @Include\n  private String lastName;\n  \n  // constructor, getter and setter\n}\n```\n\nConveyor will automatically create a `PersonDto` class, which can be used as follows:\n\n```java\nPerson person = new Person(\"Tricia\", \"McMillan\");\n\nLinks links = Links.linkingTo()\n  .self(\"/people/trillian\")\n  .build();\n\nPersonDto dto = PersonDto.from(person, links);\n```\n\n## Installation\n\nGet the latest stable version from [![Maven Central](https://img.shields.io/maven-central/v/com.cloudogu.conveyor/conveyor.svg)](https://search.maven.org/search?q=g:com.cloudogu.conveyor%20a:conveyor)\n\n### Gradle\n\n```groovy\nimplementation 'de.otto.edison:edison-hal:2.1.0'\ncompileOnly 'com.cloudogu.conveyor:conveyor:x.y.z'\nannotationProcessor 'com.cloudogu.conveyor:conveyor:x.y.z'\n```\n\n### Maven\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ede.otto.edison\u003c/groupId\u003e\n  \u003cartifactId\u003eedison-hal\u003c/artifactId\u003e\n  \u003cversion\u003e2.1.0\u003c/version\u003e\n\u003c/dependency\u003e\n\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.cloudogu.conveyor\u003c/groupId\u003e\n  \u003cartifactId\u003econveyor\u003c/artifactId\u003e\n  \u003cversion\u003ex.y.z\u003c/version\u003e\n  \u003coptional\u003etrue\u003c/optional\u003e\n\u003c/dependency\u003e\n```\n\n## License\n\nThis project is licensed under AGPL-3.0-only - see the [LICENSE](LICENSE.txt) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudogu%2Fconveyor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudogu%2Fconveyor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudogu%2Fconveyor/lists"}