Uses of Interface
javax.json.bind.config.PropertyVisibilityStrategy
-
Packages that use PropertyVisibilityStrategy Package Description javax.json.bind Provides JSON Binding API, which enables binding Java objects from and to JSON documents.javax.json.bind.annotation Defines annotations for customizing the mapping between Java program elements and JSON documents. -
-
Uses of PropertyVisibilityStrategy in javax.json.bind
Methods in javax.json.bind with parameters of type PropertyVisibilityStrategy Modifier and Type Method Description JsonbConfigJsonbConfig. withPropertyVisibilityStrategy(PropertyVisibilityStrategy propertyVisibilityStrategy)Property used to specify custom property visibility strategy. -
Uses of PropertyVisibilityStrategy in javax.json.bind.annotation
Methods in javax.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.
-