Package io.avaje.jsonb.spi
Interface ViewBuilderAware
public interface ViewBuilderAware
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidbuild(ViewBuilder builder) Build view for the top level.voidbuild(ViewBuilder builder, String name, MethodHandle handle) Build nested part of the view.
-
Method Details
-
build
Build view for the top level. -
build
Build nested part of the view.
-