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.

Functions

Link copied to clipboard
open fun compareTo(@NotNull o: @NotNull JsonBuilderCustomizer): Int
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.

Properties

Link copied to clipboard