JsonBuilderCustomizer

Meant to be implemented by a CDI bean that provides arbitrary customization for JsonBuilder that is built up by Quarkus.

All implementations (that are registered as CDI beans) are taken into account when producing the default JsonBuilder.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun customize(jsonBuilder: JsonBuilder)
Link copied to clipboard
open fun priority(): Int
Defines the priority that the customizers are applied.