io.avaje.json.view.package-info Maven / Gradle / Ivy
/**
* Defines the ability to build "Views" that will render only selected
* properties of a JsonAdapter.
*
* For example, you might have an adapter for a Customer class that has 10
* properties and want to define a view that only has the name and email
* properties.
*/
package io.avaje.json.view;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy