Uses of Interface
io.helidon.json.schema.SchemaArray
Packages that use SchemaArray
-
Uses of SchemaArray in io.helidon.json.schema
Classes in io.helidon.json.schema with type parameters of type SchemaArrayModifier and TypeClassDescriptionstatic class
SchemaArray.BuilderBase<BUILDER extends SchemaArray.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends SchemaArray> Fluent API builder base forSchemaArray
.Classes in io.helidon.json.schema that implement SchemaArrayModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.json.schema that return SchemaArrayModifier and TypeMethodDescriptionSchemaArray.Builder.build()
SchemaArray.Builder.buildPrototype()
static SchemaArray
SchemaArray.create()
Create a new instance with default values.Methods in io.helidon.json.schema that return types with arguments of type SchemaArrayModifier and TypeMethodDescriptionSchemaObject.arrayProperties()
Map of all array properties.SchemaObject.BuilderBase.arrayProperties()
Map of all array properties.SchemaObject.BuilderBase.SchemaObjectImpl.arrayProperties()
SchemaArray.BuilderBase.itemsArray()
Array items should be validated as an arrays.SchemaArray.BuilderBase.SchemaArrayImpl.itemsArray()
SchemaArray.itemsArray()
Array items should be validated as an arrays.Schema.BuilderBase.rootArray()
Root of the schema should be validated as an array.Schema.BuilderBase.SchemaImpl.rootArray()
Schema.rootArray()
Root of the schema should be validated as an array.Methods in io.helidon.json.schema with parameters of type SchemaArrayModifier and TypeMethodDescriptionSchemaObject.BuilderBase.addArrayProperty
(String key, SchemaArray addArrayProperty) Map of all array properties.static SchemaArray.Builder
SchemaArray.builder
(SchemaArray instance) Create a new fluent API builder from an existing instance.SchemaArray.BuilderBase.from
(SchemaArray prototype) Update this builder from an existing prototype instance.SchemaArray.BuilderBase.itemsArray
(SchemaArray itemsArray) Array items should be validated as an arrays.Schema.BuilderBase.rootArray
(SchemaArray rootArray) Root of the schema should be validated as an array.Method parameters in io.helidon.json.schema with type arguments of type SchemaArrayModifier and TypeMethodDescriptionSchemaObject.BuilderBase.addArrayProperties
(Map<String, ? extends SchemaArray> arrayProperties) Map of all array properties.SchemaObject.BuilderBase.arrayProperties
(Map<String, ? extends SchemaArray> arrayProperties) Map of all array properties.