Skip to content

orne-dev/java-beans

Repository files navigation

Orne Bean utilities

Provides utilities for development of POJO Java beans.

Status

License Latest version Javadoc Maven site

Latest Release Develop
Build Status Build Status
Coverage Coverage

Usage

The binaries can be obtained from Maven Central with the dev.orne:beans coordinates:

<dependency>
  <groupId>dev.orne</groupId>
  <artifactId>beans</artifactId>
  <version>0.5.0</version>
</dependency>

Features

Identities

Abstraction mechanism for entity identities on beans, also known as "Primary ID" or "Primary Key".

See Maven site page for further information.

References

Annotation based mechanism to declare and validate bean based references to unique entity references.

See Maven site page for further information.

Converters

Adds extra supported conversions to Apache Commons BeanUtils.

See Maven site page for further information.

Further information

For further information refer to the Javadoc and Maven Site.

About

Java bean utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages