Uses of Interface
io.avaje.jsonb.spi.PropertyNames
Packages that use PropertyNames
Package
Description
Core API of Jsonb.
Uses Jackson Core JsonGenerator and JsonParser to implement the SPI.
SPI for the underlying json parsing and generation.
-
Uses of PropertyNames in io.avaje.jsonb
Methods in io.avaje.jsonb that return PropertyNamesModifier and TypeMethodDescriptionJsonb.properties(String... names) Return the property names as PropertyNames.Methods in io.avaje.jsonb with parameters of type PropertyNamesModifier and TypeMethodDescriptionvoidJsonWriter.names(PropertyNames names) Set the current property names. -
Uses of PropertyNames in io.avaje.jsonb.jackson
Methods in io.avaje.jsonb.jackson that return PropertyNames -
Uses of PropertyNames in io.avaje.jsonb.spi
Methods in io.avaje.jsonb.spi that return PropertyNamesModifier and TypeMethodDescriptionIOAdapter.properties(String... names) Return PropertyNames given the names of properties.Methods in io.avaje.jsonb.spi with parameters of type PropertyNames