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