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