java.lang.Object
io.helidon.json.schema.SchemaItem.BuilderBase<SchemaString.Builder,SchemaString>
io.helidon.json.schema.SchemaString.BuilderBase<SchemaString.Builder,SchemaString>
io.helidon.json.schema.SchemaString.Builder
- All Implemented Interfaces:
Prototype.Builder<SchemaString.Builder,,SchemaString> Builder<SchemaString.Builder,,SchemaString> Supplier<SchemaString>
- Enclosing interface:
SchemaString
public static class SchemaString.Builder
extends SchemaString.BuilderBase<SchemaString.Builder,SchemaString>
implements Builder<SchemaString.Builder,SchemaString>
Fluent API builder for
SchemaString.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.json.schema.SchemaString.BuilderBase
SchemaString.BuilderBase.SchemaStringImplNested classes/interfaces inherited from class io.helidon.json.schema.SchemaItem.BuilderBase
SchemaItem.BuilderBase.SchemaItemImpl -
Method Summary
Methods inherited from class io.helidon.json.schema.SchemaString.BuilderBase
clearMaxLength, clearMinLength, clearPattern, from, from, maxLength, maxLength, minLength, minLength, pattern, pattern, preBuildPrototype, toString, validatePrototypeMethods inherited from class io.helidon.json.schema.SchemaItem.BuilderBase
clearDescription, clearTitle, description, description, from, from, required, required, title, titleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builder
self
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
buildPrototypein interfacePrototype.Builder<SchemaString.Builder,SchemaString> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
buildin interfaceBuilder<SchemaString.Builder,SchemaString> - Returns:
- instance of the built type
-