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