Uses of Interface
io.avaje.json.view.ViewBuilder
Packages that use ViewBuilder
Package
Description
Defines the ability to build "Views" that will render only selected
properties of a JsonAdapter.
-
Uses of ViewBuilder in io.avaje.json.view
Methods in io.avaje.json.view with parameters of type ViewBuilderModifier and TypeMethodDescriptiondefault void
ViewBuilderAware.build
(ViewBuilder builder) Build view for the top level.void
ViewBuilderAware.build
(ViewBuilder builder, String name, MethodHandle handle) Build nested part of the view.