Skip to content

merkle-open/spring-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic Java Converter

System Status
CI master Build Status
CI develop Build Status
Dependency Maven Central

Small but useful library providing converter APIs and default implementations for easy and reliable conversion of objects.

Usage

Maven Dependency (Latest Version in pom.xml):

<dependency>
	<groupId>com.namics.oss.spring.convert</groupId>
	<artifactId>spring-convert</artifactId>
	<version>1.0.0</version>
</dependency>

Requirements

Java: JDK 8

Usage options

  • Implement the interface com.namics.oss.spring.convert.Converter<SOURCE,TARGET> on your own
  • Use com.namics.oss.spring.convert.CollectionConverter<SOURCE,TARGET> to implement mapping of single Objects and get collection conversion for free
  • Use AbstractConverter to use reflection based auto-conversion of Objects with com.namics.oss.spring.convert.AbstractConverter<SOURCE,TARGET>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages