Skip to content

Simple Java library to filter instances of model classes according to a 'View'.

License

Notifications You must be signed in to change notification settings

pkreutzer/ModelFilter

Repository files navigation

ModelFilter

Simple Java library to filter instances of model classes according to a 'View'. It supports the filtering of complex object graphs and has support for collections and arrays.

Note: Model classes that should be filtered need to have a default constructor.

See kreutzer.modelfilter.example.ModelFilterExample for an example on how to use the ModelFilter library.

License

The ModelFilter library is licensed under the terms of the MIT license, see LICENSE.txt.

About

Simple Java library to filter instances of model classes according to a 'View'.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages