Uses of Interface
io.helidon.http.media.json.JsonSupportConfig
Packages that use JsonSupportConfig
-
Uses of JsonSupportConfig in io.helidon.http.media.json
Classes in io.helidon.http.media.json with type parameters of type JsonSupportConfigModifier and TypeClassDescriptionstatic classJsonSupportConfig.BuilderBase<BUILDER extends JsonSupportConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends JsonSupportConfig> Fluent API builder base forJsonSupportConfig.Classes in io.helidon.http.media.json that implement JsonSupportConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.http.media.json that return JsonSupportConfigModifier and TypeMethodDescriptionJsonSupportConfig.Builder.buildPrototype()static JsonSupportConfigJsonSupportConfig.create()Create a new instance with default values.static JsonSupportConfigDeprecated.static JsonSupportConfigCreate a new instance from configuration.JsonSupport.prototype()Methods in io.helidon.http.media.json with parameters of type JsonSupportConfigModifier and TypeMethodDescriptionstatic JsonSupportConfig.BuilderJsonSupportConfig.builder(JsonSupportConfig instance) Create a new fluent API builder from an existing instance.static JsonSupportJsonSupport.create(JsonSupportConfig config) Create a new Helidon JSON support from a configuration object.JsonSupportConfig.BuilderBase.from(JsonSupportConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)