Uses of Class
io.helidon.http.media.gson.GsonSupportConfig.BuilderBase
Packages that use GsonSupportConfig.BuilderBase
-
Uses of GsonSupportConfig.BuilderBase in io.helidon.http.media.gson
Classes in io.helidon.http.media.gson with type parameters of type GsonSupportConfig.BuilderBaseModifier and TypeClassDescriptionstatic classGsonSupportConfig.BuilderBase<BUILDER extends GsonSupportConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends GsonSupportConfig> Fluent API builder base forGsonSupport.Subclasses of GsonSupportConfig.BuilderBase in io.helidon.http.media.gsonMethods in io.helidon.http.media.gson with parameters of type GsonSupportConfig.BuilderBaseModifier and TypeMethodDescriptionGsonSupportConfig.BuilderBase.from(GsonSupportConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.http.media.gson with parameters of type GsonSupportConfig.BuilderBaseModifierConstructorDescriptionprotectedGsonSupportConfigImpl(GsonSupportConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.