ModelMapper protobuf Extension

Simple, Intelligent, Object Mapping

License

License

Categories

Categories

ModelMapper General Purpose Libraries Bean Mapping Protobuf Data Data Structures
GroupId

GroupId

org.modelmapper.extensions
ArtifactId

ArtifactId

protobuf
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

ModelMapper protobuf Extension
Simple, Intelligent, Object Mapping

Download protobuf

How to add to project

<!-- https://jarcasting.com/artifacts/org.modelmapper.extensions/protobuf/ -->
<dependency>
    <groupId>org.modelmapper.extensions</groupId>
    <artifactId>protobuf</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.modelmapper.extensions/protobuf/
implementation 'org.modelmapper.extensions:protobuf:2.1.0'
// https://jarcasting.com/artifacts/org.modelmapper.extensions/protobuf/
implementation ("org.modelmapper.extensions:protobuf:2.1.0")
'org.modelmapper.extensions:protobuf:jar:2.1.0'
<dependency org="org.modelmapper.extensions" name="protobuf" rev="2.1.0">
  <artifact name="protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modelmapper.extensions', module='protobuf', version='2.1.0')
)
libraryDependencies += "org.modelmapper.extensions" % "protobuf" % "2.1.0"
[org.modelmapper.extensions/protobuf "2.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.protobuf : protobuf-java jar 3.5.1
org.modelmapper : modelmapper jar 2.1.0

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.9.10

Project Modules

There are no modules declared in this project.

ModelMapper

Build Status Maven Central License JavaDoc

ModelMapper is an intelligent object mapping library that automatically maps objects to each other. It uses a convention based approach while providing a simple refactoring safe API for handling specific use cases.

Visit modelmapper.org to learn more.

Modules

In v2.0, ModelMapper provides modules for 3rd library integration you can easily register by modelMapper.registerModule(new TheModule()).

Related Projects

Contributing

Bug reports and feature requests are welcome via the issue tracker. Fixes and enhancements are also welcome via pull requests. If you're unsure about a contribution idea, feel free to contact me.

org.modelmapper.extensions

ModelMapper

Intelligent object mapping

Versions

Version
2.1.0