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