MapMaid - Integrations - Scanning

MapMaid is a modern mapping framework in the scope of mapping data in Json, XML, or YAML format into DTOs composed and vice versa.

Лицензия

Лицензия

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

de.quantummaid.mapmaid.integrations
Идентификатор

Идентификатор

mapmaid-scanning
Последняя версия

Последняя версия

0.9.16
Дата

Дата

Тип

Тип

jar
Описание

Описание

MapMaid - Integrations - Scanning
MapMaid is a modern mapping framework in the scope of mapping data in Json, XML, or YAML format into DTOs composed and vice versa.
Организация-разработчик

Организация-разработчик

Richard Hauswald

Скачать mapmaid-scanning

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/de.quantummaid.mapmaid.integrations/mapmaid-scanning/ -->
<dependency>
    <groupId>de.quantummaid.mapmaid.integrations</groupId>
    <artifactId>mapmaid-scanning</artifactId>
    <version>0.9.16</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.mapmaid.integrations/mapmaid-scanning/
implementation 'de.quantummaid.mapmaid.integrations:mapmaid-scanning:0.9.16'
// https://jarcasting.com/artifacts/de.quantummaid.mapmaid.integrations/mapmaid-scanning/
implementation ("de.quantummaid.mapmaid.integrations:mapmaid-scanning:0.9.16")
'de.quantummaid.mapmaid.integrations:mapmaid-scanning:jar:0.9.16'
<dependency org="de.quantummaid.mapmaid.integrations" name="mapmaid-scanning" rev="0.9.16">
  <artifact name="mapmaid-scanning" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.mapmaid.integrations', module='mapmaid-scanning', version='0.9.16')
)
libraryDependencies += "de.quantummaid.mapmaid.integrations" % "mapmaid-scanning" % "0.9.16"
[de.quantummaid.mapmaid.integrations/mapmaid-scanning "0.9.16"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
de.quantummaid.mapmaid : core jar 0.9.16
org.junit.jupiter : junit-jupiter-engine jar 5.6.0

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.12

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.6.0

Модули Проекта

Данный проект не имеет модулей.

CII Best Practices Maintainability Rating Reliability Rating Security Rating Quality Gate Status Bugs Code Smells Technical Debt Coverage Last Commit Maven Central Code Size License Slack Gitter Twitter

MapMaid

MapMaid serializes, deserializes and validates Java objects in a clean and non-invasive way. It deeply understands and respects the concepts of Domain-Driven Design.

Rationale

Almost any modern application nowadays is dealing with mapping incoming requests to domain objects and outputting resulting domain objects to a specific format (typically JSON, XML or YAML).

As a result, we keep writing the same code over and over again:

  • Parse strings into domain objects
  • Validate the objects on initialization
  • Process the requests
  • Serialize the response objects

While there are numerous frameworks that help you on some of the stages of this process, we believe there is a need for a simple, non-invasive library that would allow you to integrate this process into your application seamlessly and concentrate on your business logic.

Highlighted features

  • Designed for Domain-Driven Design:

    • MapMaid automatically understands factory methods
    • MapMaid understands the concept of Custom Primitives or Value Types
    • MapMaid understands the concept of Serialized Objects
  • No Magic - MapMaid is using your objects the same way as a programmer:

    • MapMaid will not read nor write private fields
    • MapMaid will not write values into final fields
    • MapMaid will not invoke private methods
    • MapMaid will not generate dynamic proxies
    • MapMaid will not generate bytecode
    • MapMaid does not favour the use of annotations
  • Domain-Driven Validation:

    • MapMaid allows you to check for validation exceptions and aggregates them accordingly
    • You will know precisely which field of which object was faulty
    • MapMaid also offers ways to detect redundant validation exceptions
  • Non-intrusive usage and configuration:

    • Configuration in one place
    • No annotations
    • Simple adaptation to your specific style of defining objects
    • No dependencies to serialization and validation frameworks in your domain code
  • Flexible:

    • Support for all common data formats (JSON, XML and YAML)
    • Serialize and deserialize any object of any class - no matter how weird their structure

Getting started

MapMaid is part of the QuantumMaid framework which provides easy-to-follow and interesting tutorials.

The MapMaid documentation can be found here.

Get in touch

Feel free to join us on Slack or Gitter to ask questions, give feedback or just discuss software architecture with the team behind MapMaid. Also, don't forget to visit our website and follow us on Twitter!

de.quantummaid.mapmaid.integrations

QuantumMaid

The Java framework to export your domain logic without breaking clean architecture or introducing tedious configuration.

Версии библиотеки

Версия
0.9.16
0.9.15
0.9.14
0.9.13
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.0