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