Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nava2/jfxproperties

Simple implementation of reflective properties based off of JavaFX
https://github.com/nava2/jfxproperties

java javafx javafx-library

Last synced: 23 days ago
JSON representation

Simple implementation of reflective properties based off of JavaFX

Awesome Lists containing this project

README

        

# jfxproperties

This package provides a utility to build up `PropertyObject` values that store all of the `javafx`/java-bean properties
of a type and allow for direct and fast access to them. Additionally, the `PropertyObject` facilitates iteration across
these properties in a "reflection-like" style. This library relies on
[Google Guava's Reflection](https://github.com/google/guava/wiki/ReflectionExplained) facilities to perform reflective
calls. Efforts have been made to make the API as ergonomic, fast and useful in usage as possible.