Uses of Class
io.helidon.http.media.json.JsonSupportConfig.BuilderBase
Packages that use JsonSupportConfig.BuilderBase
-
Uses of JsonSupportConfig.BuilderBase in io.helidon.http.media.json
Classes in io.helidon.http.media.json with type parameters of type JsonSupportConfig.BuilderBaseModifier and TypeClassDescriptionstatic classJsonSupportConfig.BuilderBase<BUILDER extends JsonSupportConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends JsonSupportConfig> Fluent API builder base forJsonSupportConfig.Subclasses of JsonSupportConfig.BuilderBase in io.helidon.http.media.jsonMethods in io.helidon.http.media.json with parameters of type JsonSupportConfig.BuilderBaseModifier and TypeMethodDescriptionJsonSupportConfig.BuilderBase.from(JsonSupportConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.http.media.json with parameters of type JsonSupportConfig.BuilderBaseModifierConstructorDescriptionprotectedJsonSupportConfigImpl(JsonSupportConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.