Uses of Interface
jakarta.json.bind.config.PropertyVisibilityStrategy
-
Packages that use PropertyVisibilityStrategy Package Description jakarta.json.bind Provides JSON Binding API, which enables binding Java objects from and to JSON documents.jakarta.json.bind.annotation Defines annotations for customizing the mapping between Java program elements and JSON documents. -
-
Uses of PropertyVisibilityStrategy in jakarta.json.bind
Methods in jakarta.json.bind with parameters of type PropertyVisibilityStrategy Modifier and Type Method Description JsonbConfig
JsonbConfig. withPropertyVisibilityStrategy(PropertyVisibilityStrategy propertyVisibilityStrategy)
Property used to specify custom property visibility strategy. -
Uses of PropertyVisibilityStrategy in jakarta.json.bind.annotation
Methods in jakarta.json.bind.annotation that return types with arguments of type PropertyVisibilityStrategy Modifier and Type Method Description Class<? extends PropertyVisibilityStrategy>
value()
Custom property visibility strategy used to resolve visibility of the members.
-