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