Uses of Class
io.helidon.json.schema.SchemaString.BuilderBase
Packages that use SchemaString.BuilderBase
-
Uses of SchemaString.BuilderBase in io.helidon.json.schema
Classes in io.helidon.json.schema with type parameters of type SchemaString.BuilderBaseModifier and TypeClassDescriptionstatic class
SchemaString.BuilderBase<BUILDER extends SchemaString.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends SchemaString> Fluent API builder base forSchemaString
.Subclasses of SchemaString.BuilderBase in io.helidon.json.schemaMethods in io.helidon.json.schema with parameters of type SchemaString.BuilderBaseModifier and TypeMethodDescriptionSchemaString.BuilderBase.from
(SchemaString.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.json.schema with parameters of type SchemaString.BuilderBaseModifierConstructorDescriptionprotected
SchemaStringImpl
(SchemaString.BuilderBase<?, ?> builder) Create an instance providing a builder.