mmm-property-parent

Library providing advanced properties.

License

License

GroupId

GroupId

io.github.m-m-m
ArtifactId

ArtifactId

mmm-property-parent
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

mmm-property-parent
Library providing advanced properties.
Project URL

Project URL

https://m-m-m.github.io/
Project Organization

Project Organization

mmm-team
Source Code Management

Source Code Management

https://github.com/m-m-m/property/tree/master

Download mmm-property-parent

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.m-m-m/mmm-property-parent/ -->
<dependency>
    <groupId>io.github.m-m-m</groupId>
    <artifactId>mmm-property-parent</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm-property-parent/
implementation 'io.github.m-m-m:mmm-property-parent:0.2.0'
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm-property-parent/
implementation ("io.github.m-m-m:mmm-property-parent:0.2.0")
'io.github.m-m-m:mmm-property-parent:pom:0.2.0'
<dependency org="io.github.m-m-m" name="mmm-property-parent" rev="0.2.0">
  <artifact name="mmm-property-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.m-m-m', module='mmm-property-parent', version='0.2.0')
)
libraryDependencies += "io.github.m-m-m" % "mmm-property-parent" % "0.2.0"
[io.github.m-m-m/mmm-property-parent "0.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

logo

Apache License, Version 2.0 build-status

mmm-property

Maven Central base JavaDoc

The module io.github.mmm.property (artifactId mmm-property) brings extended property support based on mmm-value-observable. It was inspired from JavaFx, but as JavaFx properties are bundled with a GUI framework, projects do not want to dependend on it if they are not using JavaFx. Further JavaFx properties are lacking some features so we reimplemented the whole thing from scratch.

Features

  • Property with name, value, type, optional metadata

  • Ability to add listeners or bindings

  • Properties for all common Java datatypes

  • Easily extendable for custom types

  • Type of property can be retrieved even if value is null

  • Build-in validation support

  • Build-in marshalling support for mapping from/to JSON or XML

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-property</artifactId>
  <version>${mmm.property.version}</version>
</dependency>

Module Dependency:

  requires transitive io.github.mmm.property;

mmm-property-builder

Maven Central base JavaDoc

The module io.github.mmm.property.builder (artifactId mmm-property-builder) brings comfortable builders to build properties from mmm-property with validation and nls.

Features

  • Individual builder per property with suffix Builder (e.g. StringPropertyBuilder).

  • StandardPropertyBuilders to compose all builders in a single API

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-property-builder</artifactId>
  <version>${mmm.property.version}</version>
</dependency>

Module Dependency:

  requires transitive io.github.mmm.property.builder;
io.github.m-m-m

Marvelous-Micro-Modules

Versions

Version
0.2.0
0.1.1