public interface JsonbConfigCustomizer
JsonbConfig.
All implementations (that are registered as CDI beans) are taken into account when producing the default JsonbConfig.
The JsonbConfig is in turn used to produce the default Jsonb
See also JsonbProducer.jsonbConfig(javax.enterprise.inject.Instance<io.quarkus.jsonb.JsonbConfigCustomizer>).
| Modifier and Type | Method and Description |
|---|---|
void |
customize(javax.json.bind.JsonbConfig jsonbConfig) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.