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