Package io.avaje.json.view
package io.avaje.json.view
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.
-
InterfacesClassDescriptionBuilds a JsonView.A (non-scalar) JsonAdapter that is part of building json views.