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