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