Module jakarta.json.bind
Package jakarta.json.bind.adapter
Defines adapter related classes.
- Since:
- JSON Binding 1.0
-
Interface Summary Interface Description JsonbAdapter<Original,Adapted> Allows to define custom mapping for given java type.
Defines adapter related classes.
Interface | Description |
---|---|
JsonbAdapter<Original,Adapted> |
Allows to define custom mapping for given java type.
|