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