Uses of Class
io.helidon.json.schema.SchemaBoolean.Builder
Packages that use SchemaBoolean.Builder
-
Uses of SchemaBoolean.Builder in io.helidon.json.schema
Methods in io.helidon.json.schema that return SchemaBoolean.BuilderModifier and TypeMethodDescriptionstatic SchemaBoolean.Builder
SchemaBoolean.builder()
Create a new fluent API builder to customize configuration.static SchemaBoolean.Builder
SchemaBoolean.builder
(SchemaBoolean instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.json.schema with type arguments of type SchemaBoolean.BuilderModifier and TypeMethodDescriptionSchemaObject.BuilderBase.addBooleanProperty
(String key, Consumer<SchemaBoolean.Builder> consumer) Map of all boolean properties.SchemaArray.BuilderBase.itemsBoolean
(Consumer<SchemaBoolean.Builder> consumer) Array items should be validated as a boolean.Schema.BuilderBase.rootBoolean
(Consumer<SchemaBoolean.Builder> consumer) Root of the schema should be validated as a boolean.