{"id":17981154,"url":"https://github.com/justedlev/jtc4mm","last_synced_at":"2026-02-16T23:38:34.300Z","repository":{"id":259954847,"uuid":"859748504","full_name":"justedlev/jtc4mm","owner":"justedlev","description":"🔄️ Java type converters for ModelMapper","archived":false,"fork":false,"pushed_at":"2025-12-15T12:13:40.000Z","size":151,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-16T07:51:11.639Z","etag":null,"topics":["converter","converter-library","converters","java","java-11","java-lib","java-library","maven","maven-dependency"],"latest_commit_sha":null,"homepage":"","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/justedlev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-19T08:03:05.000Z","updated_at":"2025-02-23T10:03:48.000Z","dependencies_parsed_at":"2025-02-08T18:22:05.271Z","dependency_job_id":"a7fb9085-5c43-47aa-a45b-3246e9a019ee","html_url":"https://github.com/justedlev/jtc4mm","commit_stats":null,"previous_names":["justedlev/jtc4mm"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/justedlev/jtc4mm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justedlev%2Fjtc4mm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justedlev%2Fjtc4mm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justedlev%2Fjtc4mm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justedlev%2Fjtc4mm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justedlev","download_url":"https://codeload.github.com/justedlev/jtc4mm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justedlev%2Fjtc4mm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29524334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T21:45:09.491Z","status":"ssl_error","status_checked_at":"2026-02-16T21:44:58.452Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["converter","converter-library","converters","java","java-11","java-lib","java-library","maven","maven-dependency"],"created_at":"2024-10-29T18:08:15.183Z","updated_at":"2026-02-16T23:38:34.282Z","avatar_url":"https://github.com/justedlev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"header\" align=\"center\"\u003e\n    \u003ch1\u003ejtc4mm\u003c/h1\u003e\n    \u003ch3\u003e🔃 Java type converters for ModelMapper\u003c/h3\u003e\n\u003c/div\u003e\n\n\u003cdiv id=\"badges\" align=\"center\"\u003e\n\n[![language](https://img.shields.io/badge/Java%2011-e6892e?logo=openjdk)](https://github.com/justedlev/jtc4mm)\n[![Maven Central](https://img.shields.io/maven-central/v/io.github.justedlev.commons/jtc4mm?logo=apachemaven\u0026label=jtc4mm)](https://central.sonatype.com/search?q=io.justedlev.commons.jtc4mm)\n[![license](https://img.shields.io/github/license/justedlev/jtc4mm)](https://www.apache.org/licenses/LICENSE-2.0.txt)\n[![stars](https://img.shields.io/github/stars/justedlev/jtc4mm)](https://github.com/Justedlev/jtc4mm/star)\n[![issues](https://img.shields.io/github/issues/justedlev/jtc4mm)](https://github.com/Justedlev/jtc4mm/issues)\n\n\u003c/div\u003e\n\n### 🤔 Why?\n\nI was inspired to create __jtc4mm__ (java type converters for ModelMapper), \nbecause I noticed that I often implement converters in my projects, \neither as a separate module or inside the project itself \n(I believe that I’m not the only one who encountered this), \nso What are you looking for, simple converters for one of the powerful tools of \n[ModelMapper](https://modelmapper.org/)\n\n### 📥 Maven dependency\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.github.justedlev.commons\u003c/groupId\u003e\n    \u003cartifactId\u003ejtc4mm\u003c/artifactId\u003e\n    \u003cversion\u003e0.21.13\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### 🧾 Set\n\nWhat has already been implemented:\n\n1. Number\n   - [BigDecimalToDouble](src/main/java/io/justedlev/commons/jtc4mm/BigDecimalToDouble.java)\n   - [BigDecimalToFloat](src/main/java/io/justedlev/commons/jtc4mm/BigDecimalToFloat.java)\n   - [BigDecimalToInteger](src/main/java/io/justedlev/commons/jtc4mm/BigDecimalToInteger.java)\n   - [BigDecimalToLong](src/main/java/io/justedlev/commons/jtc4mm/BigDecimalToLong.java)\n   - [DoubleToBigDecimal](src/main/java/io/justedlev/commons/jtc4mm/DoubleToBigDecimal.java)\n   - [FloatToBigDecimal](src/main/java/io/justedlev/commons/jtc4mm/FloatToBigDecimal.java)\n   - [IntegerToBigDecimal](src/main/java/io/justedlev/commons/jtc4mm/IntegerToBigDecimal.java)\n   - [LongToBigDecimal](src/main/java/io/justedlev/commons/jtc4mm/LongToBigDecimal.java)\n2. Date and time\n   - [DateToLocalDateTime](src/main/java/io/justedlev/commons/jtc4mm/DateToLocalDateTime.java)\n   - [DateToTimestamp](src/main/java/io/justedlev/commons/jtc4mm/DateToTimestamp.java)\n   - [InstantToLocalDateTime](src/main/java/io/justedlev/commons/jtc4mm/InstantToLocalDateTime.java)\n   - [InstantToTimestamp](src/main/java/io/justedlev/commons/jtc4mm/InstantToTimestamp.java)\n   - [LocalDateTimeToTimestamp](src/main/java/io/justedlev/commons/jtc4mm/LocalDateTimeToTimestamp.java)\n   - [LocalDateToTimestamp](src/main/java/io/justedlev/commons/jtc4mm/LocalDateToTimestamp.java)\n   - [TimestampToLocalDate](src/main/java/io/justedlev/commons/jtc4mm/TimestampToLocalDate.java)\n   - [TimestampToLocalDateTime](src/main/java/io/justedlev/commons/jtc4mm/TimestampToLocalDateTime.java)\n   - [LocalDateToSqlDate](src/main/java/io/justedlev/commons/jtc4mm/LocalDateToSqlDate.java)\n   - [SqlDateToLocalDate](src/main/java/io/justedlev/commons/jtc4mm/SqlDateToLocalDate.java)\n3. String\n   - [ToLowerCase](src/main/java/io/justedlev/commons/jtc4mm/ToLowerCase.java)\n   - [ToUpperCase](src/main/java/io/justedlev/commons/jtc4mm/ToUpperCase.java)\n   - [StringToUUID](src/main/java/io/justedlev/commons/jtc4mm/StringToUUID.java)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustedlev%2Fjtc4mm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustedlev%2Fjtc4mm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustedlev%2Fjtc4mm/lists"}