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