Uses of Interface
io.avaje.jsonb.JsonView
-
Packages that use JsonView Package Description io.avaje.jsonb Core API of Jsonb. -
-
Uses of JsonView in io.avaje.jsonb
Subinterfaces of JsonView in io.avaje.jsonb Modifier and Type Interface Description interface
JsonType<T>
Provides API to serialise a type to and from JSON.Methods in io.avaje.jsonb that return JsonView Modifier and Type Method Description JsonView<T>
JsonType. view(String dsl)
Build and return the view given the DSL that specifies the properties to include.
-