Uses of Interface
io.avaje.jsonb.spi.ViewBuilder
-
Packages that use ViewBuilder Package Description io.avaje.jsonb.spi SPI for the underlying json parsing and generation. -
-
Uses of ViewBuilder in io.avaje.jsonb.spi
Methods in io.avaje.jsonb.spi with parameters of type ViewBuilder Modifier and Type Method Description default voidViewBuilderAware. build(ViewBuilder builder)Build view for the top level.voidViewBuilderAware. build(ViewBuilder builder, String name, MethodHandle handle)Build nested part of the view.
-