Uses of Interface
jakarta.json.bind.config.PropertyNamingStrategy
-
Packages that use PropertyNamingStrategy Package Description jakarta.json.bind Provides JSON Binding API, which enables binding Java objects from and to JSON documents. -
-
Uses of PropertyNamingStrategy in jakarta.json.bind
Methods in jakarta.json.bind with parameters of type PropertyNamingStrategy Modifier and Type Method Description JsonbConfig
JsonbConfig. withPropertyNamingStrategy(PropertyNamingStrategy propertyNamingStrategy)
Property used to specify custom naming strategy.
-