We released a new version of ShapeShift (0.4.0) - A lightweight Kotlin first library for Object Mapping. Would love to hear your thoughts!

This page summarizes the projects mentioned and recommended in the original post on /r/Kotlin

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • shapeshift

    A Kotlin/Java library for intelligent object mapping and conversion between objects.

    ShapeShift repository: https://github.com/krud-dev/shapeshift

  • AutoMapper

    A convention-based object-object mapper in .NET.

    I'm wondering myself. Most mappers like https://automapper.org/ will make a best effort mapper automatically via introspection. If this is just a DSL/annotation suite that requires explicit, complete mapping implementations then this strikes me as a re-implementation of parts of kotlin in kotlin.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • MapStruct

    An annotation processor for generating type-safe bean mappers

    Object mapping is not a new concept. Java libraries like mapstruct (https://github.com/mapstruct/mapstruct), dozer (https://github.com/DozerMapper/dozer) and modelmapper (https://github.com/modelmapper/modelmapper) have been doing it for a long time with a large crowd of developers behind them. We just brought it to Kotlin and improved it where we found the need.

  • Dozer

    Dozer is a Java Bean to Java Bean mapper that recursively copies data from one object to another. (by DozerMapper)

    Object mapping is not a new concept. Java libraries like mapstruct (https://github.com/mapstruct/mapstruct), dozer (https://github.com/DozerMapper/dozer) and modelmapper (https://github.com/modelmapper/modelmapper) have been doing it for a long time with a large crowd of developers behind them. We just brought it to Kotlin and improved it where we found the need.

  • ModelMapper

    Intelligent object mapping

    Object mapping is not a new concept. Java libraries like mapstruct (https://github.com/mapstruct/mapstruct), dozer (https://github.com/DozerMapper/dozer) and modelmapper (https://github.com/modelmapper/modelmapper) have been doing it for a long time with a large crowd of developers behind them. We just brought it to Kotlin and improved it where we found the need.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts