Uses of Class
io.helidon.json.schema.SchemaBoolean.Builder
Packages that use SchemaBoolean.Builder
-
Uses of SchemaBoolean.Builder in io.helidon.json.schema
Subclasses with type arguments of type SchemaBoolean.Builder in io.helidon.json.schemaClasses in io.helidon.json.schema that implement interfaces with type arguments of type SchemaBoolean.BuilderMethods in io.helidon.json.schema that return SchemaBoolean.BuilderModifier and TypeMethodDescriptionstatic SchemaBoolean.BuilderSchemaBoolean.builder()Create a new fluent API builder to customize configuration.static SchemaBoolean.BuilderSchemaBoolean.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.