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