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